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

@@ -11,7 +11,8 @@ define(
SeriesAdded : 'series:added',
SeriesDeleted : 'series:deleted',
SeasonRenamed : 'season:renamed',
CommandComplete: 'command:complete'
CommandComplete: 'command:complete',
ServerUpdated : 'server:updated'
};
vent.Commands = {