Commit 130437fa authored by Ad Schellevis's avatar Ad Schellevis

(cron) add progress icon while waiting

parent a01cb296
......@@ -54,6 +54,8 @@ 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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment