X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;h=20f76628bf4ad881c48b600072e4df3582419efe;hb=c3ccbbd5bc7c8534127fa10b4f88b81cffc6029a;hp=6a0b9e1ac04d71e1e81c10e2277d0df1b60f9a15;hpb=5b549f2fc0c370d91ce2ea2d6719a85ea1489b9c;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 6a0b9e1..20f7662 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -53,7 +53,8 @@ header('Content-type: text/html; charset="utf-8"',true); Brisk - Tavolo <?php echo "$table_idx";?> - + + @@ -70,7 +71,6 @@ header('Content-type: text/html; charset="utf-8"',true); var stat = "table"; var subst = "none"; var table_pos = ""; - var myfrom = "table_php"; var g_withflash = false; var asta_ptr; @@ -100,13 +100,13 @@ window.onload = function() { preferences_update(); sess = ""; - hstm = new http_streaming("sess"); - hstm.hbit_set(hbit); + 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); }