From d1a01c7ee85c3939a1456261b7aa275ac5ad743f Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Mon, 15 Oct 2012 07:21:28 +0200 Subject: [PATCH] removed unknown console var as parameter --- web/briskin5/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/briskin5/index.php b/web/briskin5/index.php index f4fc60f..ffcdbfc 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -110,7 +110,7 @@ window.onload = function() { preferences_update(); 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() { \ No newline at end of file +?> -- 2.17.1