X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=20f76628bf4ad881c48b600072e4df3582419efe;hb=06c1081ce92385def12ac27d341797d45ad29d21;hp=7b3e6d27926b4fb75632c0cacd7a4288d02a6c51;hpb=34ccc0593731592021bee6ab1661f8eb5ab5b1a4;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 7b3e6d2..20f7662 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -54,7 +54,7 @@ header('Content-type: text/html; charset="utf-8"',true); - + @@ -100,13 +100,13 @@ window.onload = function() { preferences_update(); sess = ""; - hstm = new http_streaming(gst, 'table_php', 'sess', $('sandbox'), 'index_rd.php', function(com){eval(com);}); + hstm = new http_streaming(window, console, gst, 'table_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); hstm.hbit_set(heartbit); window.onbeforeunload = onbeforeunload_cb; window.onunload = onunload_cb; - hstm.start(sess); + hstm.start(); setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); }