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
|
// Only works if you document.write() it
|
||||||
document.write("<scr" + "ipt id=__ie_init defer=true " +
|
document.write("<scr" + "ipt id=__ie_init defer=true " +
|
||||||
"src=https:///><\/script>");
|
"src=//:><\/script>");
|
||||||
|
|
||||||
// Use the defer script hack
|
// Use the defer script hack
|
||||||
var script = document.getElementById("__ie_init");
|
var script = document.getElementById("__ie_init");
|
||||||
|
|
Loading…
Add table
Reference in a new issue