diff --git a/static/js/pandora/browser.js b/static/js/pandora/browser.js index 2c4e335eb..2ab4973aa 100644 --- a/static/js/pandora/browser.js +++ b/static/js/pandora/browser.js @@ -161,7 +161,7 @@ pandora.ui.browser = function() { pandora_item: function(data) { that.options({selected: [data.value]}); if (['accessed', 'timesaccessed'].indexOf(pandora.user.ui.listSort[0].key) > -1) { - Ox.Request.clearCache(); + Ox.Request.clearCache('find'); that.reloadList(true); } },