panel might not be ready
This commit is contained in:
parent
99e4591337
commit
dc0132a913
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ pandora.ui.filterForm = function(options) {
|
||||||
id: list.id,
|
id: list.id,
|
||||||
query: that.$filter.options('value')
|
query: that.$filter.options('value')
|
||||||
}, function(result) {
|
}, function(result) {
|
||||||
pandora.$ui.editPanel.updatePanel();
|
editPanel.updatePanel && pandora.$ui.editPanel.updatePanel();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
pandora.$ui.list && pandora.$ui.list
|
pandora.$ui.list && pandora.$ui.list
|
||||||
|
|
Loading…
Reference in a new issue