add a commented ifra.src variable set
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Tue, 31 Jul 2012 13:13:16 +0000 (15:13 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Tue, 31 Jul 2012 13:13:16 +0000 (15:13 +0200)
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);