소스 검색

Merge branch 'CSP-no-inline' into dev

Alexandre Alapetite 10 년 전
부모
커밋
cb625a5fba
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      p/scripts/main.js

+ 3 - 1
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);
 			}