forked from 0x2620/pandora
when changing smart list query, clear cache selectively
This commit is contained in:
parent
878352617f
commit
6a93f23fd0
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ pandora.ui.filter = function(list) {
|
|||
id: list.id,
|
||||
query: data.query
|
||||
}, function(result) {
|
||||
Ox.Request.clearCache(); // fixme: remove later
|
||||
Ox.Request.clearCache('"' + list.id + '"');
|
||||
pandora.$ui.list
|
||||
.bindEventOnce({
|
||||
init: function(data) {
|
||||
|
|
Loading…
Reference in a new issue