|
|
@@ -6,9 +6,8 @@ feeds.push ("<?php echo Url::display (array ('c' => 'feed', 'a' => 'actualize',
|
|
|
function initProgressBar (init) {
|
|
|
if (init) {
|
|
|
$("body").after ("\<div id=\"actualizeProgress\" class=\"actualizeProgress\">\
|
|
|
- Actualisation :\
|
|
|
+ Actualisation <span class=\"progress\">0 / " + feeds.length + "</span><br />\
|
|
|
<progress id=\"actualizeProgressBar\" value=\"0\" max=\"" + feeds.length + "\"></progress>\
|
|
|
- <span class=\"progress\">0 / " + feeds.length + "</span>\
|
|
|
</div>");
|
|
|
} else {
|
|
|
window.location.reload ();
|