diff --git a/static/js/pandora/ui/list.js b/static/js/pandora/ui/list.js index b9bc5d39..7974b3ae 100644 --- a/static/js/pandora/ui/list.js +++ b/static/js/pandora/ui/list.js @@ -214,7 +214,7 @@ pandora.ui.list = function() { // fixme: remove view argument }, openpreview: function(data) { var $video = $('.OxItem.OxSelected > .OxIcon > .OxVideoPlayer'); - $video && $video.trigger('click'); + $video && $video.trigger('mousedown'); $video && Ox.print('OPENPREVIEW!!!@!') that.closePreview(); },