From a7c111476a065b8b71bddd00965fc5c93a3836e8 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Wed, 24 Jan 2007 08:49:00 +0000 Subject: [PATCH] patch per konqueror --- web/xhr.js | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.17.1