clear cache

This commit is contained in:
j 2017-02-15 19:13:18 +01:00
commit bd8d62d7ea
2 changed files with 4 additions and 0 deletions

View file

@ -297,6 +297,7 @@ pandora.ui.listGeneralPanel = function(listData) {
}, function(result) {
description = result.data.description;
Ox.Request.clearCache('find' + folderItems);
Ox.Request.clearCache('Home');
pandora.$ui.info.updateListInfo();
});
}