From c296e1e8a3709810b2dc9b2a4a452f36e3a27674 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 11 Feb 2013 14:54:21 +0530 Subject: [PATCH] only clear find request cache before reloading browser list --- static/js/pandora/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } },