projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c1b6e0
)
patch per konqueror
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Wed, 24 Jan 2007 08:49:00 +0000
(08:49 +0000)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Wed, 24 Jan 2007 08:49:00 +0000
(08:49 +0000)
web/xhr.js
patch
|
blob
|
history
diff --git
a/web/xhr.js
b/web/xhr.js
index
279663d
..
ca1a2a0
100644
(file)
--- 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);