reload embed panned if find changes
This commit is contained in:
parent
42ffdf3358
commit
21d78575f4
1 changed files with 2 additions and 0 deletions
|
@ -57,8 +57,10 @@ pandora.ui.embedPanel = function() {
|
||||||
};
|
};
|
||||||
|
|
||||||
that.bindEvent({
|
that.bindEvent({
|
||||||
|
pandora_find: that.reloadPanel,
|
||||||
pandora_item: that.reloadPanel,
|
pandora_item: that.reloadPanel,
|
||||||
pandora_itemview: that.reloadPanel,
|
pandora_itemview: that.reloadPanel,
|
||||||
|
pandora_listview: that.reloadPanel,
|
||||||
pandora_videopoints: that.reloadPanel,
|
pandora_videopoints: that.reloadPanel,
|
||||||
pandora_hash: that.reloadPanel
|
pandora_hash: that.reloadPanel
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue