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;