Fix dialog button click event when executing price batch

i.e. fix it for Chrome's sake
This commit is contained in:
Lance Edgar 2018-01-11 12:32:31 -06:00
parent 935752c786
commit 4147752672

View file

@ -22,7 +22,7 @@ $(function() {
{
text: "Execute",
click: function(event) {
$(event.target).button('option', 'label', "Executing, please wait...").button('disable');
dialog_button(event).button('option', 'label', "Executing, please wait...").button('disable');
$('form[name="batch-execution"]').submit();
}
},