From 7b32e5a3ec654f736ead325a6df310c005e7ee94 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 22 Sep 2018 12:05:35 +0200 Subject: [PATCH] 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 da3255ec7..9bbf5b060 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(); } /**