fix for #5017
This commit is contained in:
parent
b539b6e1d9
commit
4a3c4c86c9
|
@ -275,7 +275,7 @@ jQuery.extend({
|
||||||
if ( s.dataType === "script" && type === "GET" && parts
|
if ( s.dataType === "script" && type === "GET" && parts
|
||||||
&& ( parts[1] && parts[1] !== location.protocol || parts[2] !== location.host )) {
|
&& ( 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");
|
var script = document.createElement("script");
|
||||||
script.src = s.url;
|
script.src = s.url;
|
||||||
if ( s.scriptCharset ) {
|
if ( s.scriptCharset ) {
|
||||||
|
|
Loading…
Reference in a new issue