fix video preview tooltip function

This commit is contained in:
rolux 2013-02-11 12:08:33 +05:30
parent bee6a53546
commit 4bde1d3b54

View file

@ -100,7 +100,7 @@ pandora.ui.info = function() {
&& ['timeline', 'player', 'editor'].indexOf(pandora.user.ui.itemView) > -1 && ['timeline', 'player', 'editor'].indexOf(pandora.user.ui.itemView) > -1
) ? 'Go to Position' : 'Open in ' + Ox.getObjectById( ) ? 'Go to Position' : 'Open in ' + Ox.getObjectById(
pandora.site.itemViews, pandora.site.itemViews,
ui.videoView pandora.user.ui.videoView
).title + ' View'; ).title + ' View';
}, },
width: ui.sidebarSize width: ui.sidebarSize