This commit is contained in:
j 2019-01-19 17:59:34 +05:30
parent e0afda357a
commit 76aba5d581
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ oml.ui.folders = function() {
// ... // ...
}); });
}, },
open: function() { open: function(data) {
!index && !Ox.contains(data.ids, ':Public') && oml.ui.listDialog().open(); !index && !Ox.contains(data.ids, ':Public') && oml.ui.listDialog().open();
}, },
select: function(data) { select: function(data) {