X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;h=d2863728c3fd3d0e0f499765da08f7d89d0a6f2b;hb=196926208788f38d8ca9813860f59bf2c4a33d2e;hp=ebbd6ac07cdb90a34a7f30f6e01a0008131f3c3d;hpb=98814201f756ad2291c7ac80ce807cfd7b792e88;p=brisk.git diff --git a/web/commons.js b/web/commons.js index ebbd6ac..d286372 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); @@ -904,9 +904,9 @@ function playsound(tag, sound) { if (g_withflash) { $(tag).innerHTML = '' + -'' + +'' + '' + -''; } }