Remove spaces code
This commit is contained in:
@@ -268,10 +268,6 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
|
||||
// derive feature flags from edition
|
||||
config.managed = config.edition === 'hostingprovider' || config.provider === 'caas';
|
||||
|
||||
config.features = {
|
||||
spaces: config.edition === 'education'
|
||||
};
|
||||
|
||||
angular.copy(config, this._config);
|
||||
|
||||
this._configListener.forEach(function (callback) {
|
||||
|
||||
Reference in New Issue
Block a user