X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex.php;fp=web%2Fbriskin5%2Findex.php;h=4db0f0fa2f1706bd29a59443eb1ed57f4e930bc1;hb=151239c700101188f691fd8d21dca0072346ad20;hp=8f0813ef74cc4ac1904c8b6ef6012d269b6b5493;hpb=10a13fbf19b5aa8f072d0c992af9cac19a66b19d;p=brisk.git diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 8f0813e..4db0f0f 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -127,9 +127,15 @@ window.onload = function() { preferences_update(); sess = ""; - xstm = new xynt_streaming(window, , 2, null /* console */, gst, 'table_php', 'sess', sess, $('sandbox'), 'index_rd.php', function(com){eval(com);}); + xstm = new xynt_streaming(window, , + 2, null /* console */, gst, 'table_php', 'sess', sess, $('sandbox'), + 'index_rd.php', function(com){eval(com);}); xstm.hbit_set(heartbit); + /* dynamic callerimg positioning */ + $("callerimg").style.left = (160 - cards_width_d2) + "px"; + $("callerimg").style.top = (60 - cards_height_d2) + "px"; + window.onbeforeunload = onbeforeunload_cb; window.onunload = onunload_cb; @@ -263,7 +269,7 @@ window.onload = function() {
Info
- +