forked from 0x2620/pandora
link is reason for deselect
This commit is contained in:
parent
cbefe7ffee
commit
2097cdbb10
1 changed files with 1 additions and 1 deletions
|
@ -1279,7 +1279,7 @@ pandora.getCurrentFrameAnnotation = function(data) {
|
|||
position = ui.videoPoints[ui.item].position,
|
||||
resolution = Ox.max(pandora.site.video.resolutions);
|
||||
return {
|
||||
value: '<a href="/' + ui.item + '/' + position + '"><img src="/' + ui.item + '/' + resolution + 'p' + position + '.jpg"></a>\n'
|
||||
value: '<img src="/' + ui.item + '/' + resolution + 'p' + position + '.jpg">\n'
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue