mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
(cron) remove progress indicator from single item edit.
This commit is contained in:
parent
6816eb2fd9
commit
6b3e4af7dc
@ -54,8 +54,6 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
// define save action
|
||||
$("#btn_"+editDlg+"_save").unbind('click').click(function(){
|
||||
$("#btn_"+editDlg+"_save_progress").addClass("fa fa-spinner fa-pulse");
|
||||
$("#btn_"+editDlg+"_save").unbind('click'); // make sure we can't click again.
|
||||
saveFormToEndpoint(url=setUrl+uuid,
|
||||
formid='frm_' + editDlg, callback_ok=function(){
|
||||
// do reconfigure of cron after save (because we're leaving back to the sender)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user