Update MessageHandler.js
This commit is contained in:
parent
b54f92b2ae
commit
d2e42c2a7d
|
@ -108,7 +108,7 @@ var messageHandler = {
|
|||
persistent: false,
|
||||
buttons: buttons,
|
||||
defaultButton: defaultButton,
|
||||
focus: (focus) ? focus : '',
|
||||
focus: focus,
|
||||
loaded: loadedFunction,
|
||||
submit: function (e, v, m, f) {
|
||||
twoButtonDialog = null;
|
||||
|
|
Loading…
Reference in New Issue