Skip to content
Permalink
Browse files
Added fix for dealing with IE dom ready on https.
  • Loading branch information
jeresig committed Jul 17, 2006
1 parent e8627fe commit 82e217c
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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");

0 comments on commit 82e217c

Please sign in to comment.