forked from 0x2620/pandora
UI
This commit is contained in:
parent
60ac4805c5
commit
8ed6444355
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue