one newline

This commit is contained in:
j 2018-10-09 20:32:57 +02:00
parent 5ef6f9a524
commit 5dd9951890

View file

@ -1279,7 +1279,7 @@ pandora.getCurrentFrameAnnotation = function(data) {
position = ui.videoPoints[ui.item].position, position = ui.videoPoints[ui.item].position,
resolution = Ox.max(pandora.site.video.resolutions); resolution = Ox.max(pandora.site.video.resolutions);
return { return {
value: '<img src="/' + ui.item + '/' + resolution + 'p' + position + '.jpg">\n\n' value: '<img src="/' + ui.item + '/' + resolution + 'p' + position + '.jpg">\n'
}; };
}; };