From e323abd366a2d465b59b859180e2d6c1510d2033 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 19 Aug 2011 17:14:04 +0000 Subject: [PATCH] trigger mousedown on video icon list openpreview --- static/js/pandora/ui/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); },