This commit is contained in:
Brandon Aaron 2009-09-14 20:55:40 +00:00
parent b539b6e1d9
commit 4a3c4c86c9

View file

@ -275,7 +275,7 @@ jQuery.extend({
if ( s.dataType === "script" && type === "GET" && parts
&& ( parts[1] && parts[1] !== location.protocol || parts[2] !== location.host )) {
var head = document.getElementsByTagName("head")[0];
var head = document.getElementsByTagName("head")[0] || document.documentElement;
var script = document.createElement("script");
script.src = s.url;
if ( s.scriptCharset ) {