diff --git a/src/js/client.js b/src/js/client.js index 6ff6bb3e2..971d1d4ff 100644 --- a/src/js/client.js +++ b/src/js/client.js @@ -527,16 +527,9 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout // => This is just for easier testing // this._config.features.userMaxCount = 5; - // this._config.features.userRoles = false; - // this._config.features.userGroups = false; // this._config.features.domainMaxCount = 1; // this._config.features.externalLdap = false; - // this._config.features.privateDockerRegistry = false; - // this._config.features.branding = true; - // this._config.features.support = true; - // this._config.features.profileConfig = true; // this._config.features.mailboxMaxCount = 5; - // this._config.features.emailPremium = false; this._configListener.forEach(function (callback) { callback(that._config); diff --git a/src/views/branding.html b/src/views/branding.html index fddd970e6..323ac373f 100644 --- a/src/views/branding.html +++ b/src/views/branding.html @@ -71,7 +71,7 @@