fix open
This commit is contained in:
parent
e0afda357a
commit
76aba5d581
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue