added episode detail modal

summary tab is working.
This commit is contained in:
kay.one 2013-05-20 17:17:33 -07:00
parent 80759f923e
commit 95a6dfc34e
14 changed files with 174 additions and 47 deletions

View file

@ -50,7 +50,9 @@ define('app', ['shared/modal/region'], function (ModalRegion) {
};
window.NzbDrone.Episode = {
Search: {}
Search : {},
Summary : {},
Activity: {}
};
@ -81,7 +83,7 @@ define('app', ['shared/modal/region'], function (ModalRegion) {
window.NzbDrone.History = {};
window.NzbDrone.Events = {
SeriesAdded : 'seriesAdded'
SeriesAdded: 'seriesAdded'
};
window.NzbDrone.Commands = {