]> git.wh0rd.org - tt-rss.git/commitdiff
show in title if feeds are being updated
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 23 Aug 2005 14:16:32 +0000 (15:16 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 23 Aug 2005 14:16:32 +0000 (15:16 +0100)
tt-rss.js

index 1ef840529f57d039465f994906493327bf69af60..2ed413a97bad9e0b09cbddada0454054219024f1 100644 (file)
--- 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) {