link is reason for deselect

This commit is contained in:
j 2019-03-13 11:30:13 +00:00
parent cbefe7ffee
commit 2097cdbb10

View file

@ -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'
};
};