Close password window with Enter.
This commit is contained in:
parent
338496d02f
commit
ff39cf93e7
|
@ -138,6 +138,11 @@ define([
|
|||
this.close();
|
||||
},
|
||||
|
||||
onPrimary: function() {
|
||||
this.onBtnClick();
|
||||
return false;
|
||||
},
|
||||
|
||||
initCodePages: function () {
|
||||
var i, c, codepage, encodedata = [], listItems = [], length = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue