From 092c1b318412ad57673d67373f84d58f97cddaf2 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 15 Nov 2018 11:21:07 +0000 Subject: [PATCH] followup to dc0132a913: fix check for panel --- static/js/filterForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/filterForm.js b/static/js/filterForm.js index d6e85ca2c..2240876b8 100644 --- a/static/js/filterForm.js +++ b/static/js/filterForm.js @@ -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