show in title if feeds are being updated

This commit is contained in:
Andrew Dolgov 2005-08-23 15:16:32 +01:00
parent 6904219070
commit 5519382252
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,8 @@ function refetch_callback() {
container.innerHTML = xmlhttp_rpc.responseText;
document.title = "Tiny Tiny RSS";
//updateFeedList(true, false);
}
}
@ -116,6 +118,8 @@ function scheduleFeedUpdate(force) {
notify("Updating feeds in background...");
document.title = "Tiny Tiny RSS - Updating...";
var query_str = "backend.php?op=rpc&subop=";
if (force) {