http_streaming: sandbox obj not mandatory and passed to the constructor
[brisk.git] / web / briskin5 / index.php
index 369e6b9..7ee4a33 100644 (file)
@@ -101,7 +101,7 @@ window.onload = function() {
   preferences_update();
 
   sess = "<?php echo "$sess"; ?>";
-  hstm = new http_streaming("sess");
+  hstm = new http_streaming("sess", $('sandbox'));
   hstm.hbit_set(heartbit);
   
   window.onbeforeunload = onbeforeunload_cb;