Version added to footer

This commit is contained in:
Mark McDowall 2013-06-14 21:02:40 -07:00
parent 0ae1865dd8
commit f94220c5ff
10 changed files with 52 additions and 18 deletions

View file

@ -28,6 +28,7 @@ require(['app', 'Controller', 'RouteBinder'], function (app, controller, routeBi
Backbone.history.start({ pushState: true });
routeBinder.bind();
NzbDrone.footerRegion.show(new NzbDrone.Shared.Footer.View());
});
});