table_init call removed from index.php (it's arrive via xhr)
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 17 May 2008 10:49:49 +0000 (10:49 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 17 May 2008 10:49:49 +0000 (10:49 +0000)
web/briskin5/index.php

index 2cd1e54..411b77c 100644 (file)
@@ -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 = "<?php echo "$sess"; ?>";