X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex_rd.php;h=6dcb6e9a52d82f30fec128821b25ffcae678708c;hb=9dd8f58bebb1c7a224c512b977c46799b6f9b6b3;hp=9f3870cc08240c206cb210d3c34ca9220359082e;hpb=f406d58f75cd486eaab74be94faf70d516684e5a;p=brisk.git diff --git a/web/index_rd.php b/web/index_rd.php index 9f3870c..6dcb6e9 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -46,7 +46,7 @@ function unrecerror() GLOBAL $is_page_streaming; $is_page_streaming = TRUE; - return (sprintf('the_end=true; document.location.assign("index.php");')); + return (sprintf('the_end=true; window.onunload = null; document.location.assign("index.php");')); }