From 6b3e4af7dc9d8ea9ce1363cc9cdc3d2ae5a34128 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Thu, 2 Jul 2015 16:26:02 +0200 Subject: [PATCH] (cron) remove progress indicator from single item edit. --- src/opnsense/mvc/app/views/OPNsense/Cron/index.volt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/opnsense/mvc/app/views/OPNsense/Cron/index.volt b/src/opnsense/mvc/app/views/OPNsense/Cron/index.volt index 79aa07dca..6a657b0eb 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Cron/index.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Cron/index.volt @@ -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)