Added fix for dealing with IE dom ready on https.
authorJohn Resig <jeresig@gmail.com>
Mon, 17 Jul 2006 02:05:04 +0000 (02:05 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 17 Jul 2006 02:05:04 +0000 (02:05 +0000)
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");