Fix dialog button click event when executing price batch
i.e. fix it for Chrome's sake
This commit is contained in:
parent
935752c786
commit
4147752672
|
@ -22,7 +22,7 @@ $(function() {
|
||||||
{
|
{
|
||||||
text: "Execute",
|
text: "Execute",
|
||||||
click: function(event) {
|
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();
|
$('form[name="batch-execution"]').submit();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue