diff --git a/static/js/pandora/folderList.js b/static/js/pandora/folderList.js index 42a39ee61..6f324ac29 100644 --- a/static/js/pandora/folderList.js +++ b/static/js/pandora/folderList.js @@ -408,6 +408,7 @@ pandora.ui.folderList = function(id) { data_[data.key] = data.value; pandora.api['edit' + folderItem](data_, function(result) { if (result.data.id != data.id) { + Ox.Request.clearCache(); pandora.renameList(data.id, result.data.id, result.data.name, id); pandora.$ui.info.updateListInfo(); }