X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=26f06af02e9dfef586d9b255a9f8521270c75513;hb=34ccc0593731592021bee6ab1661f8eb5ab5b1a4;hp=1908a1235669db986eb5bc8dfac18bf408d94eae;hpb=6e77afdc4d237f78495ca70fdc82d1059d94643f;p=brisk.git diff --git a/web/index.php b/web/index.php index 1908a12..26f06af 100644 --- a/web/index.php +++ b/web/index.php @@ -874,7 +874,7 @@ supported by:
- + @@ -1002,13 +1002,14 @@ echo "$body"; ?> Brisk + - + @@ -1063,7 +1064,7 @@ else { ?> sess = ""; - hstm = new http_streaming(gst, 'index_php', 'sess', $('sandbox'), 'index_rd.php', function(com){eval(com);}); + hstm = new http_streaming(window, console, gst, 'index_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); hstm.hbit_set(heartbit); tra = new train($('room_tit')); window.onunload = onunload_cb; @@ -1076,7 +1077,7 @@ else { $("proflashext").innerHTML = ""; // console.log("session from main: "+sess); - hstm.start(sess); + hstm.start(); // alert("ARR LENGTH "+g_preload_img_arr.length); setTimeout(preload_images, 0, g_preload_img_arr, g_imgct); $("txt_in").focus();