diff options
| author | 2016-02-27 22:40:16 +0100 | |
|---|---|---|
| committer | 2016-02-27 22:40:16 +0100 | |
| commit | cb625a5fbad5279fffe241ff9855194cd1a6c387 (patch) | |
| tree | 884bc105eccd262a2847711534edb3e218b34b2a /p/scripts | |
| parent | 1ae91366092b97891a02df63383e31c360b050eb (diff) | |
| parent | ffe38c930b864ccd8034445e21297c996fdc258e (diff) | |
Merge branch 'CSP-no-inline' into dev
Diffstat (limited to 'p/scripts')
| -rw-r--r-- | p/scripts/main.js | 4 |
1 files changed, 3 insertions, 1 deletions
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('<div id="actualizeProgress" class="notification good">' + data.feedback_actualize + '<br /><span class="title">/</span><br /><span class="progress">0 / ' + feeds_count + '</span></div>'); + $('body').after('<div id="actualizeProgress" class="notification good">' + data.feedback_actualize + + '<br /><span class="title">/</span><br /><span class="progress">0 / ' + feeds_count + + '</span></div>'); for (var i = 10; i > 0; i--) { updateFeed(data.feeds, feeds_count); } |
