forked from 0x2620/pandora
reload lists on smart list query change
This commit is contained in:
parent
6a93f23fd0
commit
62a952b8b0
1 changed files with 5 additions and 1 deletions
|
@ -29,7 +29,11 @@ pandora.ui.filter = function(list) {
|
||||||
id: list.id,
|
id: list.id,
|
||||||
query: data.query
|
query: data.query
|
||||||
}, function(result) {
|
}, function(result) {
|
||||||
Ox.Request.clearCache('"' + list.id + '"');
|
Ox.Request.clearCache(list.id);
|
||||||
|
//Ox.Request.clearCache();
|
||||||
|
pandora.$ui.groups.forEach(function($group) {
|
||||||
|
$group.reloadList();
|
||||||
|
});
|
||||||
pandora.$ui.list
|
pandora.$ui.list
|
||||||
.bindEventOnce({
|
.bindEventOnce({
|
||||||
init: function(data) {
|
init: function(data) {
|
||||||
|
|
Loading…
Reference in a new issue