forked from 0x2620/pandora
followup to dc0132a913
: fix check for panel
This commit is contained in:
parent
68b2482ede
commit
092c1b3184
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ pandora.ui.filterForm = function(options) {
|
|||
id: list.id,
|
||||
query: that.$filter.options('value')
|
||||
}, function(result) {
|
||||
editPanel.updatePanel && pandora.$ui.editPanel.updatePanel();
|
||||
pandora.$ui.editPanel && pandora.$ui.editPanel.updatePanel();
|
||||
});
|
||||
} else {
|
||||
pandora.$ui.list && pandora.$ui.list
|
||||
|
|
Loading…
Reference in a new issue