toggleElement

This commit is contained in:
j 2014-09-23 23:57:01 +02:00
parent 57bc6af6f4
commit 85934b96f1

View File

@ -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;