diff --git a/static/js/pandora/list.js b/static/js/pandora/list.js index 52c8bfa5..c3b64e0d 100644 --- a/static/js/pandora/list.js +++ b/static/js/pandora/list.js @@ -554,7 +554,7 @@ pandora.ui.list = function() { } - if (['list', 'grid', 'timelines'].indexOf(pandora.user.ui.listView) > -1) { + if (['list', 'grid', 'timelines'].indexOf(view) > -1) { that.bindEvent({ pandora_icons: function(data) { var src, previousSrc; @@ -584,6 +584,14 @@ pandora.ui.list = function() { }); } + if (view == 'timelines') { + that.bindEvent({ + pandora_videotimeline: function(data) { + that.reloadList(true); + } + }); + } + function hasIcons() { return ( pandora.user.ui.listView == 'list'