aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.js')
-rw-r--r--src/core.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core.js b/src/core.js
index 27162f84a..5251dc639 100644
--- a/src/core.js
+++ b/src/core.js
@@ -285,9 +285,7 @@ jQuery.extend({
script.text = data;
- // Support: IE6
- // Circumvent bugs with base elements (#2709 and #4378) by prepending
- head.insertBefore( script, head.firstChild );
+ head.appendChild( script );
head.removeChild( script );
},