diff --git a/static/js/folders.js b/static/js/folders.js index cd5aa46..5071434 100644 --- a/static/js/folders.js +++ b/static/js/folders.js @@ -247,7 +247,7 @@ oml.ui.folders = function() { }); }, open: function() { - !index && oml.ui.listDialog().open(); + !index && !Ox.contains(data.ids, ':Public') && oml.ui.listDialog().open(); }, select: function(data) { oml.UI.set({find: getFind(data.ids[0])});