Finally remove the cloudron name from the api wrapper and index page

This commit is contained in:
Johannes Zellner
2015-10-20 12:59:57 +02:00
parent ed1873f47e
commit 142ae76542
3 changed files with 2 additions and 21 deletions

View File

@@ -112,10 +112,6 @@ angular.module('Application').controller('MainController', ['$scope', '$route',
if (config.progress.update && config.progress.update.percent !== -1) {
window.location.href = '/update.html';
}
if (config.cloudronName) {
document.title = config.cloudronName;
}
});
// setup all the dialog focus handling