forked from 0x2620/pandora
update video preview tooltip
This commit is contained in:
parent
0167e70710
commit
a0b3f06fab
1 changed files with 3 additions and 1 deletions
|
@ -98,7 +98,9 @@ pandora.ui.info = function() {
|
|||
return (
|
||||
pandora.user.ui.item
|
||||
&& ['timeline', 'player', 'editor'].indexOf(pandora.user.ui.itemView) > -1
|
||||
) ? 'Go to Position' : 'Open in ' + Ox.getObjectById(
|
||||
) ? 'Go to Position' : (
|
||||
pandora.user.ui.item ? 'Switch to' : 'Open in'
|
||||
) + Ox.getObjectById(
|
||||
pandora.site.itemViews,
|
||||
pandora.user.ui.videoView
|
||||
).title + ' View';
|
||||
|
|
Loading…
Reference in a new issue