X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=1e0ba3bb5fef01875001d11c05f5078880533ea4;hb=c644dac2f1cf3ec13c0f1149f4c60e45cf4401be;hp=ffcdbfcdacd6a6015982a0e9f97491ea246738f9;hpb=d1a01c7ee85c3939a1456261b7aa275ac5ad743f;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index ffcdbfc..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 @@ -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); }