(cron) remove progress indicator from single item edit.

This commit is contained in:
Ad Schellevis 2015-07-02 16:26:02 +02:00
parent 6816eb2fd9
commit 6b3e4af7dc

View File

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