From: Matteo Nastasi Date: Thu, 25 Oct 2012 09:22:10 +0000 (+0200) Subject: stream page fast reload bug fixed X-Git-Tag: v4.0.0~30 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=43cab39ea58529cd2442c28f4157bb7efc97856f stream page fast reload bug fixed --- diff --git a/web/index.php b/web/index.php index 8cf1eee..b83532c 100644 --- a/web/index.php +++ b/web/index.php @@ -1068,7 +1068,8 @@ hstm = new http_streaming(window, null /* console*/ , gst, 'index_php', 'sess', // console.log("session from main: "+sess); hstm.start(); // alert("ARR LENGTH "+g_preload_img_arr.length); - setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); + // FIXME: preload image will be fired by stream instead here + // setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); $("txt_in").focus();