From f0677f3c09cb3e5faefb3c282f23fd72e32cb369 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sun, 3 May 2020 14:00:12 +0200 Subject: [PATCH] typo fixed --- web/briskin5/index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 4db0f0f..a35bd9b 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -127,9 +127,7 @@ 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 */ -- 2.17.1