noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/04: fix bug with filter_card : encodeURI n


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/04: fix bug with filter_card : encodeURI not needed
Date: Wed, 20 Dec 2017 04:42:41 -0500 (EST)

sparkyx pushed a commit to annotated tag rel6919.6
in repository noalyss.

commit fc2760f9fce0df361150aef229da3a04b0dcc16f
Author: Dany De Bontridder <address@hidden>
Date:   Fri Dec 8 20:25:53 2017 +0100

    fix bug with filter_card : encodeURI not needed
---
 html/js/acc_ledger.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/js/acc_ledger.js b/html/js/acc_ledger.js
index 656c4b5..5c62bdd 100644
--- a/html/js/acc_ledger.js
+++ b/html/js/acc_ledger.js
@@ -915,7 +915,7 @@ function filter_card(obj, queryString)
     {
         queryString = queryString + '&j=' + jrn;
     }
-    return encodeURI(queryString);
+    return queryString;
 }
 /**
  address@hidden to display the lettering for the operation, call



reply via email to

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