Added fix for dealing with IE dom ready on https.
[jquery.git] / event / event.js
index 70cfb86..553c568 100644 (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");