summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-23 15:16:32 +0100
committerAndrew Dolgov <[email protected]>2005-08-23 15:16:32 +0100
commit55193822528c95f6cd63c92f0791385ad4aad3d6 (patch)
tree60ecdea6b4ad246afbf8e531e56ca2a71ec77eec /tt-rss.js
parent6904219070206da200d598ff505a353ebe9bb3bc (diff)
show in title if feeds are being updated
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 1ef840529..2ed413a97 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -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) {