mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 07:55:57 +00:00
neon updates; make more icons themeable; misc fixes
This commit is contained in:
@@ -497,7 +497,7 @@ function view(id) {
|
||||
var upic = $('FUPDPIC-' + id);
|
||||
|
||||
if (upic) {
|
||||
upic.src = 'images/indicator_white.gif';
|
||||
upic.src = getInitParam("sign_progress");
|
||||
}
|
||||
|
||||
} else if (cached_article && article_is_unread) {
|
||||
|
||||
Reference in New Issue
Block a user