From f92011ac52bb6794bee2d97920129e1d4b76c37b Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Sun, 12 Jan 2014 20:33:11 +0100 Subject: [PATCH] Add pleaseWaitDialog and functions to use it --- inc/myco.js | 11 +++++++++++ index.html | 10 ++++++++++ 2 files changed, 21 insertions(+) diff --git a/inc/myco.js b/inc/myco.js index 5526acb..8a438c6 100644 --- a/inc/myco.js +++ b/inc/myco.js @@ -532,6 +532,17 @@ on_click_logoff_btn=function() { logged_out_menu(); } +/******************* + * pleaseWaitDialog + *******************/ + +pleaseWaitShow=function() { + $('#pleaseWaitDialog').modal('show'); +} + +pleaseWaitHide=function() { + $('#pleaseWaitDialog').modal('hide'); +} /********************* * Activate diff --git a/index.html b/index.html index d2aca08..d4441fd 100644 --- a/index.html +++ b/index.html @@ -399,6 +399,16 @@ body{ +