diff --git a/src/components/multiselect/multiselect.js b/src/components/multiselect/multiselect.js index 6eace46c7c..d06bb63ce1 100644 --- a/src/components/multiselect/multiselect.js +++ b/src/components/multiselect/multiselect.js @@ -239,12 +239,7 @@ define(['browser', 'appStorage', 'apphost', 'loading', 'connectionManager', 'glo id: 'refresh' }); - if (user.Policy.EnableContentDownloading) { - menuItems.push({ - name: globalize.translate('Sync'), - id: 'sync' - }); - } + require(['actionsheet'], function (actionsheet) { actionsheet.show({