hide unused dialogs from menu

This commit is contained in:
j 2019-11-12 17:48:10 +00:00
commit aaf444ae96
2 changed files with 7 additions and 2 deletions

View file

@ -2489,6 +2489,9 @@ pandora.hasPlacesLayer = function() {
});
};
pandora.hasView = function(id) {
return !!(Ox.getObjectById(pandora.site.itemViews, id) || Ox.getObjectById(pandora.site.listViews, id))
};
pandora.isClipView = function(view, item) {
if (pandora.user.ui.section == 'items') {