mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 21:20:07 +02:00
remove node_modules
This commit is contained in:
23
app/node_modules/jquery/src/manipulation/_evalUrl.js
generated
vendored
23
app/node_modules/jquery/src/manipulation/_evalUrl.js
generated
vendored
@@ -1,23 +0,0 @@
|
||||
define( [
|
||||
"../ajax"
|
||||
], function( jQuery ) {
|
||||
|
||||
"use strict";
|
||||
|
||||
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,
|
||||
async: false,
|
||||
global: false,
|
||||
"throws": true
|
||||
} );
|
||||
};
|
||||
|
||||
return jQuery._evalUrl;
|
||||
|
||||
} );
|
Reference in New Issue
Block a user