From 124776c58170a463f96cdea1a6210a27bac01fa2 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 16 Feb 2008 13:50:50 +0000 Subject: [PATCH] un uriencode di troppo --- web/commons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/commons.js b/web/commons.js index ebbd6ac..c857390 100644 --- a/web/commons.js +++ b/web/commons.js @@ -179,7 +179,7 @@ function send_mesg(mesg) var xhr_wr = createXMLHttpRequest(); - xhr_wr.open('GET', 'index_wr.php?sess='+sess+'&mesg='+encodeURIComponent(mesg), true); + xhr_wr.open('GET', 'index_wr.php?sess='+sess+'&mesg='+mesg, true); xhr_wr.onreadystatechange = function() { return; }; xhr_wr.send(null); -- 2.17.1