This commit is contained in:
j 2011-06-04 18:46:39 +02:00
parent 044e820d57
commit ac722f160c

View file

@ -21,7 +21,7 @@ pandora.ui.info = function() {
)
.bindEvent({
toggle: function(event, data) {
UI.set({showInfo: !data.collapsed});
pandora.UI.set({showInfo: !data.collapsed});
pandora.resizeFolders();
}
});