mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Revert "Ajax: simplify one ajax call and add explanatory comment"
This reverts commit 4b3e63066d
.
This commit is contained in:
parent
bc53033080
commit
d314ee8fa3
@ -54,6 +54,8 @@ jQuery.ajaxTransport( "script", function( s ) {
|
||||
|
||||
script = document.createElement( "script" );
|
||||
|
||||
script.async = true;
|
||||
|
||||
if ( s.scriptCharset ) {
|
||||
script.charset = s.scriptCharset;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user