http_streaming: sandbox obj not mandatory and passed to the constructor
[brisk.git] / web / index.php
index 489f23b..42fa7ac 100644 (file)
@@ -1064,7 +1064,7 @@ else {
 
 ?>
      sess = "<?php echo "$sess"; ?>";
-     hstm = new http_streaming("sess");
+     hstm = new http_streaming("sess", $('sandbox'));
      hstm.hbit_set(heartbit);
      tra = new train($('room_tit'));
      window.onunload = onunload_cb;