X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=1e0ba3bb5fef01875001d11c05f5078880533ea4;hb=0e17eb7ed18d621be70d7890f531a2dc1cab2a42;hp=f4fc60fcdda45992d2577b5afc25f640711beadb;hpb=123416d979e44c2cf3403fffc23fe99c8d6d80d5;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index f4fc60f..1e0ba3b 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -2,7 +2,7 @@ /* * brisk - briskin5/index.php * - * Copyright (C) 2006-2011 Matteo Nastasi + * Copyright (C) 2006-2012 Matteo Nastasi * mailto: nastasi@alternativeoutput.it * matteo.nastasi@milug.org * web: http://www.alternativeoutput.it @@ -110,14 +110,16 @@ 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; window.onunload = onunload_cb; hstm.start(); - setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); + // FIXME: add this setTimeout(preload_images into data stream to avoid + // race on opened socket + // setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); }
@@ -309,4 +311,4 @@ window.onload = function() { \ No newline at end of file +?>