For immediate update of the footer and cloudron name we have to rely on config here
This commit is contained in:
@@ -8,7 +8,6 @@ angular.module('Application').controller('MainController', ['$scope', '$route',
|
||||
$scope.user = Client.getUserInfo();
|
||||
$scope.installedApps = Client.getInstalledApps();
|
||||
$scope.config = {};
|
||||
$scope.status = {};
|
||||
$scope.client = Client;
|
||||
$scope.subscription = {};
|
||||
$scope.notifications = [];
|
||||
@@ -83,8 +82,6 @@ angular.module('Application').controller('MainController', ['$scope', '$route',
|
||||
return;
|
||||
}
|
||||
|
||||
$scope.status = status;
|
||||
|
||||
// check version and force reload if needed
|
||||
if (!localStorage.version) {
|
||||
localStorage.version = status.version;
|
||||
|
||||
Reference in New Issue
Block a user