From deed95e9a9a5f8e398079d355f9e4a3dfa0b2cbd Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 20 Nov 2018 11:29:34 +0100 Subject: [PATCH] Update progress needs to be checked some other way now --- src/js/main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/main.js b/src/js/main.js index 25877d10c..23ae852d2 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -191,9 +191,9 @@ angular.module('Application').controller('MainController', ['$scope', '$route', Client.onConfig(function (config) { // check if we are actually updating - if (config.progress.update && config.progress.update.percent !== -1) { - window.location.href = '/update.html'; - } + // if (config.progress.update && config.progress.update.percent !== -1) { + // window.location.href = '/update.html'; + // } if (config.cloudronName) { document.title = config.cloudronName;