From d8dc752c67187a6e89ca2cf7b1da6ca3b3ec22a8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 14 May 2016 01:04:54 -0400 Subject: [PATCH] update feature list --- dashboard-ui/components/apphost.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dashboard-ui/components/apphost.js b/dashboard-ui/components/apphost.js index 062785dab4..0410a4ff24 100644 --- a/dashboard-ui/components/apphost.js +++ b/dashboard-ui/components/apphost.js @@ -92,11 +92,10 @@ define(['appStorage', 'browser'], function (appStorage, browser) { var features = [ 'filedownload', - 'externalpremium' + 'externalpremium', + 'sharing' ]; - features.push('sharing'); - return features.indexOf(command.toLowerCase()) != -1; }, appInfo: function () {