From: Matteo Nastasi (mop) Date: Wed, 24 Jan 2007 08:49:00 +0000 (+0000) Subject: patch per konqueror X-Git-Tag: 3.0.0~339 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=a7c111476a065b8b71bddd00965fc5c93a3836e8;p=brisk.git patch per konqueror --- 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);