removed unknown console var as parameter
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Mon, 15 Oct 2012 05:21:28 +0000 (07:21 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Mon, 15 Oct 2012 05:21:28 +0000 (07:21 +0200)
web/briskin5/index.php

index f4fc60f..ffcdbfc 100644 (file)
@@ -110,7 +110,7 @@ window.onload = function() {
   preferences_update();
 
   sess = "<?php echo "$sess"; ?>";
-  hstm = new http_streaming(window, console, gst, 'table_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);});
+  hstm = new http_streaming(window, null /* console */, gst, 'table_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);});
   hstm.hbit_set(heartbit);
   
   window.onbeforeunload = onbeforeunload_cb;  
@@ -309,4 +309,4 @@ window.onload = function() {
 </html>
 <?php
 }
-?>
\ No newline at end of file
+?>