Added fix for dealing with IE dom ready on https.
This commit is contained in:
parent
e8627fe155
commit
82e217c70c
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ new function(){
|
|||
|
||||
// Only works if you document.write() it
|
||||
document.write("<scr" + "ipt id=__ie_init defer=true " +
|
||||
"src=https:///><\/script>");
|
||||
"src=//:><\/script>");
|
||||
|
||||
// Use the defer script hack
|
||||
var script = document.getElementById("__ie_init");
|
||||
|
|
Loading…
Reference in a new issue