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
|
&& ['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
|
||||||
|
|
Loading…
Reference in a new issue