forked from 0x2620/pandora
after reordering lists, clear findLists cache
This commit is contained in:
parent
8279cd3728
commit
ee8c6f7050
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue