X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxynt-http-streaming-ifra.js;h=d037f10e0c47ebf3cf706f712ffd4d39523bbe3a;hb=e93a384a0feb462f20c4bab6efadc32a683dfcf1;hp=7623e27cde97af5c0deb8cc7b62e7e1f8d8bb85f;hpb=33e39c735545e6f855eac0ec8c57c407f7918ae1;p=brisk.git diff --git a/web/xynt-http-streaming-ifra.js b/web/xynt-http-streaming-ifra.js index 7623e27..d037f10 100644 --- a/web/xynt-http-streaming-ifra.js +++ b/web/xynt-http-streaming-ifra.js @@ -6,6 +6,7 @@ var script_clean = -1; function push(s) { var i; + // window.parent.console.log('push('+s+');'); for (i = last_clean ; i < script_clean ; i++) { if (typeof($('hs'+i)) != 'undefined' && $('hs'+i) != null) { document.body.removeChild($('hs'+i));