noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 44/323: Misplacing of box due to a change in


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 44/323: Misplacing of box due to a change in the id name
Date: Wed, 14 Mar 2018 17:38:15 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit aad3efbd5e07a346d79e89597da5cefd3443fcf2
Author: Dany De Bontridder <address@hidden>
Date:   Wed Jan 10 14:57:58 2018 +0100

    Misplacing of box due to a change in the id name
---
 html/js/acc_ledger.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/js/acc_ledger.js b/html/js/acc_ledger.js
index 1b75586..94bc14b 100644
--- a/html/js/acc_ledger.js
+++ b/html/js/acc_ledger.js
@@ -676,7 +676,7 @@ function view_history_account(p_value, dossier)
                     remove_waiting_box();
                     add_div(popup);
                     success_box(req, xml);
-                    g(id).style.top = calcy(140 + (layer * 3)) + "px";
+                    $(idbox).style.top = calcy(140 + (layer * 3)) + "px";
                 }
             }
     );
@@ -748,7 +748,7 @@ function view_history_card(p_value, dossier)
                     remove_waiting_box();
                     add_div(popup);
                     success_box(req, xml);
-                    g(id).style.top = calcy(140 + (layer * 3)) + "px";
+                    g(idbox).style.top = calcy(140 + (layer * 3)) + "px";
                 }
             }
     );



reply via email to

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