forked from 0x2620/pandora
fix video preview tooltip function
This commit is contained in:
parent
bee6a53546
commit
4bde1d3b54
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ pandora.ui.info = function() {
|
|||
&& ['timeline', 'player', 'editor'].indexOf(pandora.user.ui.itemView) > -1
|
||||
) ? 'Go to Position' : 'Open in ' + Ox.getObjectById(
|
||||
pandora.site.itemViews,
|
||||
ui.videoView
|
||||
pandora.user.ui.videoView
|
||||
).title + ' View';
|
||||
},
|
||||
width: ui.sidebarSize
|
||||
|
|
Loading…
Reference in a new issue