diff --git a/static/js/folders.js b/static/js/folders.js index 5071434..256bbb8 100644 --- a/static/js/folders.js +++ b/static/js/folders.js @@ -246,7 +246,7 @@ oml.ui.folders = function() { // ... }); }, - open: function() { + open: function(data) { !index && !Ox.contains(data.ids, ':Public') && oml.ui.listDialog().open(); }, select: function(data) {