update feature list
This commit is contained in:
parent
cfbf4e01be
commit
d8dc752c67
1 changed files with 2 additions and 3 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue