noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 03/04: #1153 add a waiting box before showing


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/04: #1153 add a waiting box before showing the dialog
Date: Wed, 26 Aug 2015 22:59:31 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 4989174f3a01f3f91a8f59fdfb6925493c156c30
Author: Dany De Bontridder <address@hidden>
Date:   Thu Aug 27 00:53:10 2015 +0200

    #1153 add a waiting box before showing the dialog
---
 html/js/scripts.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/html/js/scripts.js b/html/js/scripts.js
index 6b619cb..4cc86c1 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -2871,6 +2871,7 @@ function init_scroll()
  */
 function confirm_form(p_obj, p_message,p_callback_true)
 {
+    waiting_box();
     try {
         // Find id of the end
         var name="";
@@ -2900,6 +2901,7 @@ function confirm_form(p_obj, p_message,p_callback_true)
     } catch (e) {
         alert_box(e.getMessage);
     }
+    remove_waiting_box();
     return false;
 }
 function alert_box(p_message)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]