toggleElement
This commit is contained in:
parent
b309f9d33f
commit
4c01423d65
5 changed files with 8 additions and 8 deletions
|
|
@ -49,11 +49,11 @@ oml.ui.leftPanel = function() {
|
|||
},
|
||||
oml_showinfo: function(data) {
|
||||
if (data.value == that.options('elements')[2].collapsed) {
|
||||
that.toggle(2);
|
||||
that.toggleElement(2);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
return that;
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue