default open on account menu
This commit is contained in:
@@ -31,6 +31,10 @@ angular.module('app.frontend')
|
||||
}
|
||||
this.updateOfflineStatus();
|
||||
|
||||
if(this.offline) {
|
||||
this.showAccountMenu = true;
|
||||
}
|
||||
|
||||
this.findErrors = function() {
|
||||
this.error = syncManager.syncStatus.error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user