X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=c514b15f93ad7b1604e22a090d5e8c475b359be6;hb=ddf3743e3c57acc80fe5addc5fa45debc4fc111c;hp=ffcdbfcdacd6a6015982a0e9f97491ea246738f9;hpb=3610477b5c8d4a8e1e9996014a81e257ba33c075;p=brisk.git 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); }