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