noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 212/219: Esthetic : show ledger : width of th


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 212/219: Esthetic : show ledger : width of the box
Date: Mon, 18 Dec 2017 13:23:04 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 17e0dbd94f1ab125273a92070dd355202969f0b2
Author: Dany De Bontridder <address@hidden>
Date:   Sat Dec 16 10:13:42 2017 +0100

    Esthetic : show ledger : width of the box
---
 html/js/scripts.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/html/js/scripts.js b/html/js/scripts.js
index 7e5f7b5..6831dc2 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -856,6 +856,7 @@ function show_ledger_choice(json_obj)
         for (i = 0; i < $(json_obj.div + 'nb_jrn').value; i++) {
             query = query + "&r_jrn[]=" + $(json_obj.div + 'r_jrn[' + i + 
']').value;
         }
+        query=encodeURI(query);
         var action = new Ajax.Request(
                 "ajax_misc.php",
                 {method: 'get',
@@ -866,7 +867,7 @@ function show_ledger_choice(json_obj)
                             var obj = {
                                 id: json_obj.div + 'jrn_search',
                                 cssclass: 'inner_box',
-                                style: 
';position:absolute;width:60%;z-index:20;margin-left:20%',
+                                style: 
';position:absolute;width:auto;z-index:20;margin-left:20%',
                                 drag: 1
                             };
                             //var y=calcy(posY);



reply via email to

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