diff --git a/apps/common/main/lib/view/ReviewChanges.js b/apps/common/main/lib/view/ReviewChanges.js index 21dd2a1d1..af11cb47c 100644 --- a/apps/common/main/lib/view/ReviewChanges.js +++ b/apps/common/main/lib/view/ReviewChanges.js @@ -371,9 +371,9 @@ define([ items: [ {caption: me.mniFromFile, value: 'file'}, {caption: me.mniFromUrl, value: 'url'}, - {caption: me.mniFromStorage, value: 'storage'}, - {caption: '--'}, - {caption: me.mniSettings, value: 'settings'} + {caption: me.mniFromStorage, value: 'storage'} + // ,{caption: '--'}, + // {caption: me.mniSettings, value: 'settings'} ] })); me.btnCompare.menu.items[2].setVisible(me.appConfig.canRequestCompareFile || me.appConfig.fileChoiceUrl && me.appConfig.fileChoiceUrl.indexOf("{documentType}")>-1);