mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-14 03:31:58 +01:00
11 lines
No EOL
288 B
JavaScript
11 lines
No EOL
288 B
JavaScript
var jquery = require('../JsLibraries/jquery');
|
|
require('../Instrumentation/StringFormat');
|
|
var spin = require('../jQuery/jquery.spin');
|
|
var ajax = require('../jquery/jquery.ajax');
|
|
|
|
spin.call(jquery);
|
|
ajax.call(jquery);
|
|
|
|
window.$ = jquery;
|
|
window.jQuery = jquery;
|
|
module.exports = jquery; |