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