]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
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 2cd1e5498d257981cf91f25af1aea2b4a2e278f7..411b77c560a48e9fa0208c0ea34c4385be6f4388 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"; ?>";