From 15b494a2ac3afc9aa08330325fcbfea7754bedc1 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Tue, 18 Feb 2014 12:32:37 +0000 Subject: [PATCH] Remove invitation iframe border in IE<9 --- src/mibew/js/compiled/widget.js | 6 +++--- src/mibew/js/source/widget.js | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/mibew/js/compiled/widget.js b/src/mibew/js/compiled/widget.js index bae97b3b..ad47ca45 100644 --- a/src/mibew/js/compiled/widget.js +++ b/src/mibew/js/compiled/widget.js @@ -13,6 +13,6 @@ this.loadScript(f));for(var j in a)a.hasOwnProperty(j)&&(j in this.handlersDepen b.Widget.prototype.loadScript=function(a){var c=this,b=this.doLoadScript(this.requestedScripts[a].url,a);b.onload=function(){c.scriptReady(a)};b.onreadystatechange=function(){("complete"==this.readyState||"loaded"==this.readyState)&&c.scriptReady(a)}};b.Widget.prototype.doLoadScript=function(a,b){var d=document.createElement("script");d.setAttribute("type","text/javascript");d.setAttribute("src",a);d.setAttribute("id",b);document.getElementsByTagName("head")[0].appendChild(d);return d};b.Widget.prototype.scriptReady= function(a){this.requestedScripts[a].status="ready";for(var b in this.handlers)this.handlers.hasOwnProperty(b)&&this.canRunHandler(b)&&(this.handlers[b](),delete this.handlers[b])};b.Widget.prototype.canRunHandler=function(a){a=this.handlersDependences[a];for(var b=0;b