noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 15/32: Cosmetic add alert box


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 15/32: Cosmetic add alert box
Date: Thu, 5 Jan 2023 14:18:30 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 768be7f377678b8791cff8659e1eee09ac1ff982
Author: Dany wm DB <danydb@noalyss.eu>
AuthorDate: Tue Dec 20 21:34:24 2022 +0100

    Cosmetic add alert box
---
 html/js/card.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/js/card.js b/html/js/card.js
index a6fee8619..3eb1947c6 100644
--- a/html/js/card.js
+++ b/html/js/card.js
@@ -606,8 +606,8 @@ function fill_ipopcard(obj)
     var str_top="top:"+calcy(nTop)+"px";
 
     var str_style=str_top+";width:45em;height:auto;position:absolute";
-
-    var popup={'id':  
content,'cssclass':'inner_box','style':str_style,'html':loading(),'drag':false};
+    waiting_box();
+    var popup={'id':  
content,'cssclass':'inner_box','style':str_style,'html':"",'drag':false};
 
     add_div(popup);
     var dossier=$('gDossier').value;



reply via email to

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