From ffe38c930b864ccd8034445e21297c996fdc258e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 27 Feb 2016 22:40:03 +0100 Subject: JS formatting --- p/scripts/main.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'p/scripts') diff --git a/p/scripts/main.js b/p/scripts/main.js index 51c8f4cbf..f1b82900e 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -815,7 +815,9 @@ function init_actualize() { } //Progress bar var feeds_count = data.feeds.length; - $('body').after('
' + data.feedback_actualize + '
/
0 / ' + feeds_count + '
'); + $('body').after('
' + data.feedback_actualize + + '
/
0 / ' + feeds_count + + '
'); for (var i = 10; i > 0; i--) { updateFeed(data.feeds, feeds_count); } -- cgit v1.2.3