From db06e6d1738ee3a636cb2ea383a1f1e23453cf30 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Wed, 3 Dec 2008 22:59:07 +0000 Subject: [PATCH] variable enable topbanner --- web/index.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/web/index.php b/web/index.php index 4657e04..75df65c 100644 --- a/web/index.php +++ b/web/index.php @@ -367,6 +367,11 @@ supported by:

// alert(window.onbeforeunload); login_init(); + g_withflash = DetectFlashVer(6,0,0); if (g_withflash == false) { @@ -461,9 +466,13 @@ if ($BRISK_SHOWHTML == "debugtable") { } else { ?> - // alert("INDEX START"); + // alert("INDEX START"); menu_init(); - topbanner_init(); + xhr_rd = createXMLHttpRequest(); sess = ""; tra = new train($('room_tit')); -- 2.17.1