diff options
| author | 2014-06-03 23:41:19 +0200 | |
|---|---|---|
| committer | 2014-06-03 23:41:19 +0200 | |
| commit | 4bdabbd39fd111c6c12d5953bd4bd6de2ae3903d (patch) | |
| tree | 1c176237d5e46e5ea1e66057fa06a19662bc4c98 /app/views/javascript | |
| parent | 5f5bf67d8491af7221c22e33adb9ee2532a338c3 (diff) | |
Fix theme Origine2
It should be equivalent to Origine (modulo some improvements)
See https://github.com/marienfressinaud/FreshRSS/issues/320
Diffstat (limited to 'app/views/javascript')
| -rw-r--r-- | app/views/javascript/actualize.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/javascript/actualize.phtml b/app/views/javascript/actualize.phtml index 3b12ad774..6a92e5642 100644 --- a/app/views/javascript/actualize.phtml +++ b/app/views/javascript/actualize.phtml @@ -9,7 +9,7 @@ var feeds = [<?php function initProgressBar(init) { if (init) { - $("body").after("\<div id=\"actualizeProgress\" class=\"actualizeProgress\">\ + $("body").after("\<div id=\"actualizeProgress\" class=\"notification good\">\ <?php echo Minz_Translate::t ('refresh'); ?> <span class=\"progress\">0 / " + feed_count + "</span><br />\ <progress id=\"actualizeProgressBar\" value=\"0\" max=\"" + feed_count + "\"></progress>\ </div>"); |
