mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 08:21:28 +00:00
offline: add progress indicator; tweak download intervals and amount of articles
This commit is contained in:
@@ -649,6 +649,10 @@ function mouse_up_handler(e) {
|
||||
document.onselectstart = null;
|
||||
var e = $("headlineActionsBody");
|
||||
if (e) Element.hide(e);
|
||||
|
||||
var e = $("offlineModeDrop");
|
||||
if (e) Element.hide(e);
|
||||
|
||||
}
|
||||
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user