default open on account menu

This commit is contained in:
Mo Bitar
2017-05-16 09:07:29 -05:00
parent b259032c2c
commit b65ed8c90c
2 changed files with 5 additions and 3 deletions

View File

@@ -31,6 +31,10 @@ angular.module('app.frontend')
}
this.updateOfflineStatus();
if(this.offline) {
this.showAccountMenu = true;
}
this.findErrors = function() {
this.error = syncManager.syncStatus.error;
}