From 21d78575f4789201a08ae28fa9f564ad48ce153d Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 4 Feb 2014 06:55:06 +0000 Subject: [PATCH] reload embed panned if find changes --- static/js/embedPanel.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/js/embedPanel.js b/static/js/embedPanel.js index 4f879d990..acacec31c 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 });