update feature list
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user