mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
almost all js files are loaded using require.js
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
define(['app', 'AddSeries/RootFolders/RootFolderModel'], function () {
|
||||
define(['app', 'AddSeries/RootFolders/RootFolderModel','mixins/backbone.signalr.mixin'], function () {
|
||||
|
||||
var rootFolderCollection = Backbone.Collection.extend({
|
||||
url : NzbDrone.Constants.ApiRoot + '/rootfolder',
|
||||
@@ -7,4 +7,4 @@ define(['app', 'AddSeries/RootFolders/RootFolderModel'], function () {
|
||||
});
|
||||
|
||||
return new rootFolderCollection().BindSignalR();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user