From ee8c6f7050c090d463f52d6a45cf49d0c6b3a2b3 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 8 Jul 2013 16:56:06 +0000 Subject: [PATCH] after reordering lists, clear findLists cache --- static/js/pandora/folderList.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/js/pandora/folderList.js b/static/js/pandora/folderList.js index 55f92caf..9d267dba 100644 --- a/static/js/pandora/folderList.js +++ b/static/js/pandora/folderList.js @@ -378,6 +378,8 @@ pandora.ui.folderList = function(id) { pandora.api['sort' + folderItems]({ section: id, ids: data.ids + }, function() { + Ox.Requests.clearCache('find' + folderItems); }); }, paste: function(data) {