typo fixed
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 3 May 2020 12:00:12 +0000 (14:00 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 3 May 2020 12:00:12 +0000 (14:00 +0200)
web/briskin5/index.php

index 4db0f0f..a35bd9b 100644 (file)
@@ -127,9 +127,7 @@ window.onload = function() {
   preferences_update();
 
   sess = "<?php echo "$sess"; ?>";
-  xstm = new xynt_streaming(window, <?php printf("\"%s\", %d", $transp_type, $transp_port); ?>,
-                            2, null /* console */, gst, 'table_php', 'sess', sess, $('sandbox'),
-                           'index_rd.php', function(com){eval(com);});
+  xstm = new xynt_streaming(window, <?php printf("\"%s\", %d", $transp_type, $transp_port); ?>, 2, null /* console */, gst, 'table_php', 'sess', sess, $('sandbox'), 'index_rd.php', function(com){eval(com);});
   xstm.hbit_set(heartbit);
 
   /* dynamic callerimg positioning */