From: Matteo Nastasi (mop) Date: Sat, 26 Jan 2008 15:20:36 +0000 (+0000) Subject: removed table_idx from index_rd.php call X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=a94625cb102e5f8824ed1427111e5f7d895e8b1a;hp=d5851365bce3af2bf1915921444efb9093cb36ec;p=brisk.git removed table_idx from index_rd.php call --- diff --git a/web/xhr.js b/web/xhr.js index 52a19ff..c33c2e8 100644 --- a/web/xhr.js +++ b/web/xhr.js @@ -70,7 +70,7 @@ function xhr_rd_start(sess,stat,subst,step) /* NOTE document.uniqueID exists only under IE */ // if (g_is_spawn == 1) // alert("di qui3: "+(g_is_spawn == 1 ? "&table_idx="+g_table_idx : "")); - xhr_rd.open('GET', 'index_rd.php?sess='+sess+"&stat="+stat+"&subst="+subst+"&step="+step+"&onlyone="+(document.uniqueID ? "TRUE" : "FALSE")+"&myfrom="+myfrom+(g_is_spawn == 1 ? "&table_idx="+g_table_idx : ""), true); + xhr_rd.open('GET', 'index_rd.php?sess='+sess+"&stat="+stat+"&subst="+subst+"&step="+step+"&onlyone="+(document.uniqueID ? "TRUE" : "FALSE")+"&myfrom="+myfrom, true); // try { xhr_rd.onreadystatechange = function() { xhr_rd_cb(xhr_rd); } xhr_rd.send(null);