toggleElement
This commit is contained in:
parent
57bc6af6f4
commit
85934b96f1
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ pandora.ui.leftPanel = function(section) {
|
|||
}
|
||||
},
|
||||
pandora_showinfo: function(data) {
|
||||
data.value == that.options('elements')[2].collapsed && that.toggle(2);
|
||||
data.value == that.options('elements')[2].collapsed && that.toggleElement(2);
|
||||
}
|
||||
});
|
||||
return that;
|
||||
|
|
Loading…
Reference in a new issue