mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Added fix for dealing with IE dom ready on https.
This commit is contained in:
parent
e8627fe155
commit
82e217c70c
@ -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 New Issue
Block a user