when changing smart list query, clear cache selectively

This commit is contained in:
rolux 2011-09-19 13:33:46 +00:00
parent 878352617f
commit 6a93f23fd0

View file

@ -29,7 +29,7 @@ pandora.ui.filter = function(list) {
id: list.id, id: list.id,
query: data.query query: data.query
}, function(result) { }, function(result) {
Ox.Request.clearCache(); // fixme: remove later Ox.Request.clearCache('"' + list.id + '"');
pandora.$ui.list pandora.$ui.list
.bindEventOnce({ .bindEventOnce({
init: function(data) { init: function(data) {