git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8627fe
)
Added fix for dealing with IE dom ready on https.
author
John Resig
<jeresig@gmail.com>
Mon, 17 Jul 2006 02:05:04 +0000
(
02:05
+0000)
committer
John Resig
<jeresig@gmail.com>
Mon, 17 Jul 2006 02:05:04 +0000
(
02:05
+0000)
event/event.js
patch
|
blob
|
history
diff --git
a/event/event.js
b/event/event.js
index
70cfb86
..
553c568
100644
(file)
--- a/
event/event.js
+++ b/
event/event.js
@@
-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");