noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/01: Bug : typo in show box


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/01: Bug : typo in show box
Date: Sun, 22 Apr 2018 09:30:35 -0400 (EDT)

sparkyx pushed a commit to annotated tag rel7003
in repository noalyss.

commit 9e0d6ab7d7d9a692f9e990624aa415fcd4ab7bd9
Author: Dany De Bontridder <address@hidden>
Date:   Fri Apr 13 18:41:09 2018 +0200

    Bug : typo in show 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 94fb14b..da3255e 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -771,7 +771,7 @@ function show_box(obj)
     add_div(obj);
     if (!obj.fixed)
     {
-        g(obj.id).style.top = calc(40) + "px";
+        g(obj.id).style.top = calcy(40) + "px";
         show(obj.id);
     }
     else



reply via email to

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