Close password window with Enter.

This commit is contained in:
Julia Radzhabova 2016-08-30 16:05:21 +03:00
parent 338496d02f
commit ff39cf93e7

View file

@ -138,6 +138,11 @@ define([
this.close();
},
onPrimary: function() {
this.onBtnClick();
return false;
},
initCodePages: function () {
var i, c, codepage, encodedata = [], listItems = [], length = 0;