forked from 0x2620/pandora
only clear find request cache before reloading browser list
This commit is contained in:
parent
9781276353
commit
c296e1e8a3
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ pandora.ui.browser = function() {
|
||||||
pandora_item: function(data) {
|
pandora_item: function(data) {
|
||||||
that.options({selected: [data.value]});
|
that.options({selected: [data.value]});
|
||||||
if (['accessed', 'timesaccessed'].indexOf(pandora.user.ui.listSort[0].key) > -1) {
|
if (['accessed', 'timesaccessed'].indexOf(pandora.user.ui.listSort[0].key) > -1) {
|
||||||
Ox.Request.clearCache();
|
Ox.Request.clearCache('find');
|
||||||
that.reloadList(true);
|
that.reloadList(true);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue