forked from 0x2620/pandora
fix #1701 (folderList throws JS errors)
This commit is contained in:
parent
9ae633ed7b
commit
83ca670b85
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ pandora.ui.folderList = function(id, section) {
|
||||||
section: id,
|
section: id,
|
||||||
ids: data.ids
|
ids: data.ids
|
||||||
}, function() {
|
}, function() {
|
||||||
Ox.Requests.clearCache('find' + folderItems);
|
Ox.Request.clearCache('find' + folderItems);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
paste: function() {
|
paste: function() {
|
||||||
|
|
Loading…
Reference in a new issue