From eeed19fc23d5a81360ea375cf8b37e2082157107 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Tue, 31 Jul 2012 15:13:16 +0200 Subject: [PATCH] add a commented ifra.src variable set --- web/xynt-http-streaming.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/xynt-http-streaming.js b/web/xynt-http-streaming.js index a6946d3..aa88cf0 100644 --- a/web/xynt-http-streaming.js +++ b/web/xynt-http-streaming.js @@ -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); -- 2.17.1