From 1c4dd575e3e41f757e88444f0891baa43669d509 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 17 May 2008 10:49:49 +0000 Subject: [PATCH] table_init call removed from index.php (it's arrive via xhr) --- web/briskin5/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 2cd1e54..411b77c 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -79,7 +79,7 @@ var g_exitlock = 0; window.onload = function() { g_withflash = DetectFlashVer(6,0,0); remark_off(); - table_init(); + // table_init(); xhr_rd = createXMLHttpRequest(); sess = ""; -- 2.17.1