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:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user