mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-30 03:22:02 +01:00
8 lines
No EOL
237 B
JavaScript
8 lines
No EOL
237 B
JavaScript
require('../JsLibraries/jquery');
|
|
require('../Instrumentation/StringFormat');
|
|
|
|
var jquery = require('../JsLibraries/jquery');
|
|
require('../Instrumentation/StringFormat');
|
|
window.$ = jquery;
|
|
window.jQuery = jquery;
|
|
module.exports = jquery; |