This commit is contained in:
j 2011-06-04 18:46:39 +02:00
parent 60ac4805c5
commit 8ed6444355

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();
}
});