UI
This commit is contained in:
parent
044e820d57
commit
ac722f160c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ pandora.ui.info = function() {
|
||||||
)
|
)
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
toggle: function(event, data) {
|
toggle: function(event, data) {
|
||||||
UI.set({showInfo: !data.collapsed});
|
pandora.UI.set({showInfo: !data.collapsed});
|
||||||
pandora.resizeFolders();
|
pandora.resizeFolders();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue