Another $ bites the dust. Should be all of them now.
This commit is contained in:
parent
939e92bea6
commit
40b55adf5c
|
@ -843,7 +843,7 @@ jQuery.extend({
|
||||||
if ( type == "json" ) eval( "data = " + data );
|
if ( type == "json" ) eval( "data = " + data );
|
||||||
|
|
||||||
// evaluate scripts within html
|
// evaluate scripts within html
|
||||||
if ( type == "html" ) $("<div>").html(data).evalScripts();
|
if ( type == "html" ) jQuery("<div>").html(data).evalScripts();
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue