fix #1701 (folderList throws JS errors)

This commit is contained in:
rolux 2013-07-23 12:16:10 +00:00
parent 9ae633ed7b
commit 83ca670b85

View file

@ -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() {