forked from 0x2620/pandora
update video preview tooltip
This commit is contained in:
parent
d80da1344a
commit
5224d80370
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ pandora.ui.info = function() {
|
|||
? (ui.videoPoints[id] ? ui.videoPoints[id].position : 0)
|
||||
: result.data.posterFrame,
|
||||
tooltip: (ui.item && ['timeline', 'player', 'editor'].indexOf(ui.itemView) > -1)
|
||||
? '' : 'Open in ' + Ox.getObjectById(
|
||||
? 'Go to Position' : 'Open in ' + Ox.getObjectById(
|
||||
pandora.site.itemViews,
|
||||
ui.videoView
|
||||
).title + ' View',
|
||||
|
|
Loading…
Reference in a new issue