mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Initial Commit Rework
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
var jquery = require('JsLibraries/jquery');
|
||||
var ajax = require('jQuery/jquery.ajax');
|
||||
|
||||
ajax(jquery);
|
||||
|
||||
window.$ = jquery;
|
||||
window.jQuery = jquery;
|
||||
module.exports = jquery;
|
||||
Reference in New Issue
Block a user