Finally remove the cloudron name from the api wrapper and index page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user