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{
- -