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:
f099907
)
Remove unnecessary "script.type = text/javascript;". Fixes #8198.
author
David Murdoch
<musicisair@yahoo.com>
Sat, 12 Feb 2011 02:09:45 +0000
(
03:09
+0100)
committer
Anton M
<obhvsbypqghgc@gmail.com>
Sat, 12 Feb 2011 12:53:03 +0000
(13:53 +0100)
Follow up to
462bb1f66abf239492ee33c60feee3402fe64f77
.
src/support.js
patch
|
blob
|
history
diff --git
a/src/support.js
b/src/support.js
index
7f2591b
..
97b4a42
100644
(file)
--- a/
src/support.js
+++ b/
src/support.js
@@
-80,7
+80,6
@@
script = document.createElement("script"),
id = "script" + jQuery.now();
- script.type = "text/javascript";
try {
script.appendChild( document.createTextNode( "window." + id + "=1;" ) );
} catch(e) {}