mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
minor fixes
This commit is contained in:
parent
28c93aa947
commit
8745902d3b
6 changed files with 15 additions and 16 deletions
12
UI/app.js
12
UI/app.js
|
@ -28,12 +28,11 @@ require.config({
|
|||
shim: {
|
||||
|
||||
$: {
|
||||
exports: '$',
|
||||
init : function () {
|
||||
window.Constants = {
|
||||
ApiRoot: '/api'
|
||||
};
|
||||
}
|
||||
deps :
|
||||
[
|
||||
'Instrumentation/ErrorHandler'
|
||||
],
|
||||
exports: '$'
|
||||
},
|
||||
|
||||
|
||||
|
@ -163,7 +162,6 @@ define(
|
|||
'marionette',
|
||||
'shared/modal/region',
|
||||
'Instrumentation/StringFormat',
|
||||
'Instrumentation/ErrorHandler'
|
||||
], function (Marionette, ModalRegion) {
|
||||
|
||||
require(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue