mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
rjs optimize the app.
This commit is contained in:
parent
6b418276b6
commit
3311357df0
12 changed files with 135 additions and 129 deletions
11
src/UI/main.js
Normal file
11
src/UI/main.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
require.config({
|
||||
urlArgs: 'v=' + window.NzbDrone.Version
|
||||
});
|
||||
|
||||
define(
|
||||
[
|
||||
'app'
|
||||
], function (app) {
|
||||
'use strict';
|
||||
app.start();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue