From 5dd995189066f1fd56a2d336de2c7546dc223573 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 9 Oct 2018 20:32:57 +0200 Subject: [PATCH] one newline --- static/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/utils.js b/static/js/utils.js index 60c3db53..9b774d63 100644 --- a/static/js/utils.js +++ b/static/js/utils.js @@ -1279,7 +1279,7 @@ pandora.getCurrentFrameAnnotation = function(data) { position = ui.videoPoints[ui.item].position, resolution = Ox.max(pandora.site.video.resolutions); return { - value: '\n\n' + value: '\n' }; };