mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 02:48:28 -05:00
Remove unnecessary "script.type = text/javascript;". Fixes #8198.
Follow up to 462bb1f66a.
This commit is contained in:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user