Added fix for dealing with IE dom ready on https.

This commit is contained in:
John Resig 2006-07-17 02:05:04 +00:00
parent e8627fe155
commit 82e217c70c

View file

@ -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");