reset confirm text for alertify
This commit is contained in:
parent
dd6a057962
commit
395f6e1b27
@ -56,10 +56,12 @@ define([
|
||||
findOKButton().click();
|
||||
};
|
||||
var keyHandler = listenForKeys(close, close);
|
||||
Alertify.alert(msg, function (ev) {
|
||||
cb(ev);
|
||||
stopListening(keyHandler);
|
||||
});
|
||||
Alertify
|
||||
.okBtn(Messages.okButton || 'OK')
|
||||
.alert(msg, function (ev) {
|
||||
cb(ev);
|
||||
stopListening(keyHandler);
|
||||
});
|
||||
window.setTimeout(function () {
|
||||
findOKButton().focus();
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user