after reordering lists, clear findLists cache

This commit is contained in:
rolux 2013-07-08 16:56:06 +00:00
parent 8279cd3728
commit ee8c6f7050
1 changed files with 2 additions and 0 deletions

View File

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