X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=d88eededbd12aced644f2350a98b238e89ec3dd2;hb=5b549f2fc0c370d91ce2ea2d6719a85ea1489b9c;hp=2465f798e0ad5ee2666aa7ad964ee4da6d7d8271;hpb=54faeacf123066d257566a533da7107c8425785f;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 2465f79..d88eede 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -1416,7 +1416,7 @@ class Room { $ret = "gst.st = ".($user_cur->step+1)."; ".($remove_wagon ? sprintf("tra.rem(%d);",$table_idx) : ""); if ($from_table && ($user_cur->table == $table_idx || $user->idx_get() == $i)) { - $ret .= 'gst.st_loc++; hstm.the_end=true; window.onunload = null; window.onbeforeunload = null; document.location.assign("index.php");|'; + $ret .= 'gst.st_loc++; hstm.stop(); window.onunload = null; window.onbeforeunload = null; document.location.assign("index.php");|'; // $ret .= 'gst.st_loc++; document.location.assign("index.php");|'; log_main("DOCUMENT.index.php: from table"); }