forked from samuel-p/sp-codes.de
adoption to design of sp-magic
This commit is contained in:
parent
bc6fa550f9
commit
f65d081896
143 changed files with 13685 additions and 2590 deletions
|
@ -2,6 +2,8 @@ define( [
|
|||
"../ajax"
|
||||
], function( jQuery ) {
|
||||
|
||||
"use strict";
|
||||
|
||||
jQuery._evalUrl = function( url ) {
|
||||
return jQuery.ajax( {
|
||||
url: url,
|
||||
|
@ -9,6 +11,7 @@ jQuery._evalUrl = function( url ) {
|
|||
// Make this explicit, since user can override this through ajaxSetup (#11264)
|
||||
type: "GET",
|
||||
dataType: "script",
|
||||
cache: true,
|
||||
async: false,
|
||||
global: false,
|
||||
"throws": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue