From 34eadebe00a7c57d0d1ebe500521363fb5200523 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 4 May 2019 18:40:10 -0700 Subject: [PATCH] Remove spaces code --- src/index.html | 2 +- src/js/client.js | 4 ---- src/views/apps.html | 18 ++++++------------ src/views/apps.js | 11 ++--------- src/views/appstore.html | 4 +--- src/views/appstore.js | 11 +---------- 6 files changed, 11 insertions(+), 39 deletions(-) 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 @@