Update MessageHandler.js

This commit is contained in:
yanas 2016-09-22 21:11:24 -05:00 committed by GitHub
parent b54f92b2ae
commit d2e42c2a7d
1 changed files with 1 additions and 1 deletions

View File

@ -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;