X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxhr.js;h=ca1a2a0adb48ddbb0147b5a69a756f48e40fa04a;hb=53f1d7c93385df967eb95ece569aa2144626380b;hp=279663dac5ae40ef50f10a59969f128eeadb20a1;hpb=398599544f1ecb5dc0366f165c284022152aa966;p=brisk.git diff --git a/web/xhr.js b/web/xhr.js index 279663d..ca1a2a0 100644 --- a/web/xhr.js +++ b/web/xhr.js @@ -55,6 +55,10 @@ function xhr_rd_start(sess,stat,subst,step) return; createCookie("sess", sess, 24*365, xhr_rd_cookiepath); + // NOTE: *ctx = "" to prevent konqueror stream commands duplication. + xhr_rd_oldctx = ""; + xhr_rd_newctx = ""; + /* NOTE document.uniqueID exists only under IE */ // alert("di qui3"); xhr_rd.open('GET', 'index_rd.php?sess='+sess+"&stat="+stat+"&subst="+subst+"&step="+step+"&onlyone="+(document.uniqueID ? "TRUE" : "FALSE")+"&myfrom="+myfrom, true);