noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 04/44: Improve waiting box


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/44: Improve waiting box
Date: Wed, 26 Dec 2018 04:29:50 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 7b32e5a3ec654f736ead325a6df310c005e7ee94
Author: Dany De Bontridder <address@hidden>
Date:   Sat Sep 22 12:05:35 2018 +0200

    Improve waiting box
---
 html/js/scripts.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/js/scripts.js b/html/js/scripts.js
index da3255e..9bbf5b0 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -1420,7 +1420,7 @@ function remove_waiting_node()
 }
 function remove_waiting_box()
 {
-    removeDiv('wait_box');
+    Effect.Fade('wait_box', { duration: 0.6 });
     remove_waiting_node();
 }
 /**



reply via email to

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