Remove unnecessary "script.type = text/javascript;". Fixes #8198.
[jquery.git] / src / support.js
index 7f2591b..97b4a42 100644 (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) {}