1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 18:15: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

@@ -30,6 +30,14 @@ function viewCategory(cat) {
return false;
}
function render_offline_feedlist() {
try {
// FIXME
} catch (e) {
exception_error("render_offline_feedlist", e);
}
}
function render_feedlist(data) {
try {