From ddf3743e3c57acc80fe5addc5fa45debc4fc111c Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Thu, 25 Oct 2012 18:38:03 +0200 Subject: [PATCH] preload_images disabled (will be moved into data stream) --- web/briskin5/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); }
-- 2.17.1