1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 00:21:30 +00:00

js schema version checking; misc fixes

This commit is contained in:
Andrew Dolgov
2009-02-03 21:36:39 +03:00
parent f4ce1f83d1
commit 429326510c
2 changed files with 36 additions and 6 deletions

View File

@@ -46,11 +46,12 @@ function render_offline_feedlist() {
[id]);
var unread = 0;
if (rs.isValidRow()) {
if (rs_u.isValidRow()) {
unread = rs_u.field(0);
if (!unread) unread = 0;
}
var feed_icon = "";
if (has_icon) {