noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 71/162: Improve waiting box


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 71/162: Improve waiting box
Date: Sat, 11 Jul 2020 13:23:40 -0400 (EDT)

sparkyx pushed a commit to annotated tag E-4
in repository noalyss.

commit a4027a7bc583f5a93942461d8a02df833dfebe37
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: 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]