X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxynt-streaming.js;h=fe14f249dbbdf5c85df0a3953ae6c774f7d80cc5;hb=087d3262b6c01417dad7b9eb365374fe5a9f2ba1;hp=47ca44212847ec9c89c0aaacb466616076d58232;hpb=428188cc059efade2698f32a0b40861af626cfde;p=brisk.git diff --git a/web/xynt-streaming.js b/web/xynt-streaming.js index 47ca442..fe14f24 100644 --- a/web/xynt-streaming.js +++ b/web/xynt-streaming.js @@ -95,6 +95,7 @@ transport_xhr.prototype = { }, ctx_new_getchar: function(idx) { /* public */ + return (this.ctx_new[idx]); }, ctx_old_len_is_set: function () { /* public */ @@ -247,13 +248,13 @@ transport_iframe.prototype = { try { if (this.ifra != null) { // FIXME: with opera on win this remove child crash js so is - // commented - // this.doc.body.removeChild(this.ifra); + // commented AND NOWWW ???? + this.doc.body.removeChild(this.ifra); delete this.ifra; this.ifra = null; } } catch (b) { - alert("catched"); + alert("destroy exception catched"); } },