mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-18 23:48:35 +02:00
11 lines
171 B
JavaScript
11 lines
171 B
JavaScript
|
require.config({
|
||
|
urlArgs: 'v=' + window.NzbDrone.Version
|
||
|
});
|
||
|
|
||
|
define(
|
||
|
[
|
||
|
'app'
|
||
|
], function (app) {
|
||
|
'use strict';
|
||
|
app.start();
|
||
|
});
|