1
0
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:
Andrew Dolgov
2010-01-14 23:09:23 +03:00
parent ef9cab2339
commit 883fee8df0
24 changed files with 253 additions and 33 deletions

View File

@@ -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) {