diff --git a/static/js/embedPanel.js b/static/js/embedPanel.js index 4f879d99..acacec31 100644 --- a/static/js/embedPanel.js +++ b/static/js/embedPanel.js @@ -57,8 +57,10 @@ pandora.ui.embedPanel = function() { }; that.bindEvent({ + pandora_find: that.reloadPanel, pandora_item: that.reloadPanel, pandora_itemview: that.reloadPanel, + pandora_listview: that.reloadPanel, pandora_videopoints: that.reloadPanel, pandora_hash: that.reloadPanel });