UI will reload on navigation if the backend has been update

This commit is contained in:
Mark McDowall
2013-11-13 19:38:30 -08:00
parent 541cd0ce19
commit c286f1b18a
7 changed files with 98 additions and 57 deletions

View File

@@ -8,7 +8,6 @@ define(
url: window.NzbDrone.ApiRoot + '/system/status'
});
var instance = new StatusModel();
instance.fetch();
return instance;