only clear find request cache before reloading browser list

This commit is contained in:
rolux 2013-02-11 14:54:21 +05:30
parent 9781276353
commit c296e1e8a3

View file

@ -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);
}
},