toggleElement
This commit is contained in:
parent
b309f9d33f
commit
4c01423d65
5 changed files with 8 additions and 8 deletions
|
|
@ -31,10 +31,10 @@ oml.ui.listInnerPanel = function() {
|
|||
that.replaceElement(1, oml.$ui.list = oml.ui.list());
|
||||
},
|
||||
oml_showfilters: function(data) {
|
||||
data.value == that.options('elements')[0].collapsed && that.toggle(0);
|
||||
data.value == that.options('elements')[0].collapsed && that.toggleElement(0);
|
||||
}
|
||||
});
|
||||
|
||||
return that;
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue