From: Matteo Nastasi <nastasi@alternativeoutput.it>
Date: Tue, 31 Jul 2012 13:13:16 +0000 (+0200)
Subject: add a commented ifra.src variable set
X-Git-Tag: v4.0.0~71
X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=eeed19fc23d5a81360ea375cf8b37e2082157107;p=brisk.git

add a commented ifra.src variable set
---

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);