From: Matteo Nastasi (mop) Date: Thu, 25 Oct 2012 16:38:03 +0000 (+0200) Subject: preload_images disabled (will be moved into data stream) X-Git-Tag: v4.0.0~26 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=ddf3743e3c57acc80fe5addc5fa45debc4fc111c preload_images disabled (will be moved into data stream) --- diff --git a/web/briskin5/index.php b/web/briskin5/index.php index ffcdbfc..c514b15 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -117,7 +117,9 @@ window.onload = function() { 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); }