fixed modal dialog.

This commit is contained in:
kay.one 2013-02-15 16:49:25 -08:00
parent 6a7e346bf2
commit 90332b8f01
7 changed files with 41 additions and 13 deletions

View file

@ -29,6 +29,7 @@
});
NzbDrone.addInitializer(function () {
console.log('initializing notification view');
NzbDrone.notificationRegion.show(new collectionView());
});