limit highlight to current search
This commit is contained in:
parent
4e4d64febc
commit
e7fce4cf26
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ pandora.ui.editor = function(data) {
|
|||
enableSetPosterFrame: !pandora.site.media.importFrames && data.editable,
|
||||
enableSubtitles: ui.videoSubtitles,
|
||||
find: ui.itemFind,
|
||||
findLayer: pandora.user.ui._findState.key,
|
||||
getFrameURL: function(position) {
|
||||
return pandora.getMediaURL('/' + ui.item + '/' + ui.videoResolution + 'p' + position + '.jpg?' + data.modified);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue