diff --git a/src/index.html b/src/index.html index 1f76b0fcf..6d27c14e7 100644 --- a/src/index.html +++ b/src/index.html @@ -141,7 +141,7 @@
  • My Apps
  • -
  • +
  • App Store
  • diff --git a/src/js/client.js b/src/js/client.js index 44b877995..2b275e546 100644 --- a/src/js/client.js +++ b/src/js/client.js @@ -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) { diff --git a/src/views/apps.html b/src/views/apps.html index aac8fd7bf..84bc9f510 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -20,9 +20,7 @@