noalyss-commit
[Top][All Lists]
Advanced

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

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


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/18: fix bug with filter_card : encodeURI not needed
Date: Sun, 22 Apr 2018 09:30:29 -0400 (EDT)

sparkyx pushed a commit to annotated tag rel6919-syn-180310
in repository noalyss.

commit e8f38c64b5034393ad7252096f3606bf5a51761f
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]