Remove unnecessary "script.type = text/javascript;". Fixes #8198.

Follow up to 462bb1f66a.
This commit is contained in:
David Murdoch 2011-02-12 03:09:45 +01:00 committed by Anton M
parent f099907672
commit 3548ffaee2

View file

@ -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) {}