forked from 0x2620/pandora
add missing var declaration
This commit is contained in:
parent
794e654114
commit
b0ffb5dce6
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ pandora.ui.folders = function() {
|
|||
})
|
||||
.bindEvent({
|
||||
change: function(data) {
|
||||
var listData;
|
||||
Ox.Request.clearCache(); // fixme: remove
|
||||
pandora.site.sectionFolders.items[i].showBrowser = !pandora.site.sectionFolders.items[i].showBrowser;
|
||||
if (pandora.site.sectionFolders.items[i].showBrowser) {
|
||||
|
|
Loading…
Reference in a new issue