Commit ff39cf93 authored by Julia Radzhabova's avatar Julia Radzhabova

Close password window with Enter.

parent 338496d0
...@@ -138,6 +138,11 @@ define([ ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment