add a commented ifra.src variable set
[brisk.git] / web / xynt-http-streaming.js
index a6946d3..aa88cf0 100644 (file)
@@ -69,6 +69,7 @@ http_streaming.prototype = {
 
         // this.log(this.ifra);
         this.ifra.contentWindow.location.href = this.page;
+        // this.ifra.src = this.page;
         this.watchdog_ct  = 0;
         if (!this.the_end) {
             this.watchdog_hdl = setTimeout(function(obj) { obj.log("tout1"); obj.watchdog(); }, 0, this);