mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 16:24:57 -05:00
@@ -5,11 +5,11 @@ define([
|
||||
jQuery._evalUrl = function( url ) {
|
||||
return jQuery.ajax({
|
||||
url: url,
|
||||
|
||||
// Make this explicit, since user can override this through ajaxSetup (#11264)
|
||||
type: "GET",
|
||||
dataType: "script",
|
||||
cache: true,
|
||||
|
||||
// Make this explicit, since user can override this through ajaxSetup (#11264)
|
||||
async: false,
|
||||
global: false,
|
||||
"throws": true
|
||||
|
||||
Reference in New Issue
Block a user