diff --git a/static/js/folderList.js b/static/js/folderList.js index a76dd17d..9c522eb2 100644 --- a/static/js/folderList.js +++ b/static/js/folderList.js @@ -380,7 +380,7 @@ pandora.ui.folderList = function(id, section) { section: id, ids: data.ids }, function() { - Ox.Requests.clearCache('find' + folderItems); + Ox.Request.clearCache('find' + folderItems); }); }, paste: function() {