patch per konqueror
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 24 Jan 2007 08:49:00 +0000 (08:49 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 24 Jan 2007 08:49:00 +0000 (08:49 +0000)
web/xhr.js

index 279663d..ca1a2a0 100644 (file)
@@ -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);