From 83ca670b8565b0243667e7af7ef3c6b702084996 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 23 Jul 2013 12:16:10 +0000 Subject: [PATCH] fix #1701 (folderList throws JS errors) --- static/js/folderList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {