1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:05:56 +00:00

add dialog to download articles for offline reading; start implementation

This commit is contained in:
Andrew Dolgov
2009-02-03 15:28:37 +03:00
parent d92d7f02ad
commit 87b16a0a61
7 changed files with 193 additions and 6 deletions

View File

@@ -579,11 +579,11 @@ function parse_counters(reply, scheduled_call) {
setTimeout('updateFeedList(false, false)', 50);
}
} else {
var fl = document.getElementById("feeds-frame").innerHTML;
/* var fl = document.getElementById("feeds-frame").innerHTML;
if (fl) {
cache_invalidate("FEEDLIST");
cache_inject("FEEDLIST", fl, getInitParam("num_feeds"));
}
} */
}
} catch (e) {