Fix a dialog button for Chrome
This commit is contained in:
parent
8d1bd2adcd
commit
1bbf6c0940
|
@ -37,7 +37,7 @@
|
|||
$('#copy-week').focus();
|
||||
return;
|
||||
}
|
||||
$(event.target).button('disable').button('option', 'label', "Copying Schedule...");
|
||||
disable_button(dialog_button(event), "Copying Schedule");
|
||||
$('#copy-schedule-form').submit();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue