From 1c0c2629ae11688505c0c4e5260ca9452551146d Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Sun, 12 Jan 2014 21:09:32 +0100 Subject: [PATCH] Fix please wait modal --- inc/myco.js | 4 ++-- index.html | 29 +++++++++++++++++------------ 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/inc/myco.js b/inc/myco.js index f482eaa..aea8026 100644 --- a/inc/myco.js +++ b/inc/myco.js @@ -544,11 +544,11 @@ on_click_logoff_btn=function() { *******************/ pleaseWaitShow=function() { - $('#pleaseWaitDialog').modal('show'); + $('#please_wait_modal').modal('show'); } pleaseWaitHide=function() { - $('#pleaseWaitDialog').modal('hide'); + $('#please_wait_modal').modal('hide'); } /********************* diff --git a/index.html b/index.html index d4441fd..42dc92c 100644 --- a/index.html +++ b/index.html @@ -338,6 +338,22 @@ body{ +
@@ -399,17 +415,6 @@ body{
- -