Revert "Ajax: simplify one ajax call and add explanatory comment"

This reverts commit 4b3e63066d.
This commit is contained in:
Oleg Gaidarenko 2015-12-22 20:53:02 +03:00
parent bc53033080
commit d314ee8fa3

View File

@ -54,6 +54,8 @@ jQuery.ajaxTransport( "script", function( s ) {
script = document.createElement( "script" );
script.async = true;
if ( s.scriptCharset ) {
script.charset = s.scriptCharset;
}