mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
modal region is loaded by controller
This commit is contained in:
parent
20794bc461
commit
bb86e20bed
3 changed files with 15 additions and 14 deletions
|
@ -13,7 +13,8 @@ define(
|
|||
'Calendar/CalendarLayout',
|
||||
'Logs/Layout',
|
||||
'Release/Layout',
|
||||
'Shared/NotFoundView'
|
||||
'Shared/NotFoundView',
|
||||
'Shared/Modal/Region'
|
||||
], function (App, Marionette, HistoryLayout, SettingsLayout, AddSeriesLayout, SeriesIndexLayout, SeriesDetailsLayout, MissingLayout, SeriesModel, CalendarLayout,
|
||||
LogsLayout, ReleaseLayout, NotFoundView) {
|
||||
return Marionette.Controller.extend({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue