focus on OK button when we pop an alert

pull/1/head
ansuz 8 years ago
parent 850bd42149
commit 91a806ab86

@ -952,6 +952,9 @@ define([
cb(ev); cb(ev);
stopListening(keyHandler); stopListening(keyHandler);
}); });
window.setTimeout(function () {
findOKButton().focus();
});
}; };
common.prompt = function (msg, def, cb, opt) { common.prompt = function (msg, def, cb, opt) {

Loading…
Cancel
Save