fix sync container statuses
This commit is contained in:
parent
f4473116d1
commit
c32aa0dab1
23 changed files with 139 additions and 110 deletions
|
@ -151,6 +151,10 @@ define(['appStorage', 'browser'], function (appStorage, browser) {
|
|||
features.push('htmlvideoautoplay');
|
||||
}
|
||||
|
||||
if (window.SyncRegistered) {
|
||||
//features.push('sync');
|
||||
}
|
||||
|
||||
return features.indexOf(command.toLowerCase()) != -1;
|
||||
},
|
||||
unlockedFeatures: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue