X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;h=c8573905244f0f2604bf0e8bd65000ccb1d93186;hb=1da3c486582c30adbc3d3055d5bd046427ac7ab3;hp=ebbd6ac07cdb90a34a7f30f6e01a0008131f3c3d;hpb=98814201f756ad2291c7ac80ce807cfd7b792e88;p=brisk.git 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);