For immediate update of the footer and cloudron name we have to rely on config here

This commit is contained in:
Johannes Zellner
2020-03-06 17:57:25 -08:00
parent 34c8baa744
commit 038d6fe2c3
2 changed files with 3 additions and 6 deletions

View File

@@ -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;