Never show hyphenated feature for now
This commit is contained in:
@@ -230,7 +230,6 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
|
||||
// derive feature flags from edition
|
||||
config.features = {
|
||||
spaces: config.edition === 'education',
|
||||
hyphenatedSubdomains: config.edition === 'hostingprovider',
|
||||
operatorActions: config.edition !== 'hostingprovider'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user