mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-18 13:57:04 +00:00
Merge pull request #539 from larsjohnsen/source-case-inconistancies
Compilation: Fix case inconsistencies
This commit is contained in:
4
src/UI/Shims/jquery.js
vendored
4
src/UI/Shims/jquery.js
vendored
@@ -1,11 +1,11 @@
|
||||
var jquery = require('../JsLibraries/jquery');
|
||||
require('../Instrumentation/StringFormat');
|
||||
var spin = require('../jQuery/jquery.spin');
|
||||
var ajax = require('../jquery/jquery.ajax');
|
||||
var ajax = require('../jQuery/jquery.ajax');
|
||||
|
||||
spin.call(jquery);
|
||||
ajax.call(jquery);
|
||||
|
||||
window.$ = jquery;
|
||||
window.jQuery = jquery;
|
||||
module.exports = jquery;
|
||||
module.exports = jquery;
|
||||
|
||||
Reference in New Issue
Block a user