don't edit public
This commit is contained in:
parent
f05a212a82
commit
cdebd7f1e4
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ oml.ui.folders = function() {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
open: function() {
|
open: function() {
|
||||||
!index && oml.ui.listDialog().open();
|
!index && !Ox.contains(data.ids, ':Public') && oml.ui.listDialog().open();
|
||||||
},
|
},
|
||||||
select: function(data) {
|
select: function(data) {
|
||||||
oml.UI.set({find: getFind(data.ids[0])});
|
oml.UI.set({find: getFind(data.ids[0])});
|
||||||
|
|
Loading…
Reference in a new issue