mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 03:35:56 +00:00
show in title if feeds are being updated
This commit is contained in:
@@ -108,6 +108,8 @@ function refetch_callback() {
|
|||||||
|
|
||||||
container.innerHTML = xmlhttp_rpc.responseText;
|
container.innerHTML = xmlhttp_rpc.responseText;
|
||||||
|
|
||||||
|
document.title = "Tiny Tiny RSS";
|
||||||
|
|
||||||
//updateFeedList(true, false);
|
//updateFeedList(true, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -116,6 +118,8 @@ function scheduleFeedUpdate(force) {
|
|||||||
|
|
||||||
notify("Updating feeds in background...");
|
notify("Updating feeds in background...");
|
||||||
|
|
||||||
|
document.title = "Tiny Tiny RSS - Updating...";
|
||||||
|
|
||||||
var query_str = "backend.php?op=rpc&subop=";
|
var query_str = "backend.php?op=rpc&subop=";
|
||||||
|
|
||||||
if (force) {
|
if (force) {
|
||||||
|
|||||||
Reference in New Issue
Block a user