From: Andrew Dolgov Date: Tue, 23 Aug 2005 14:16:32 +0000 (+0100) Subject: show in title if feeds are being updated X-Git-Tag: 20050824-1~4 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=55193822528c95f6cd63c92f0791385ad4aad3d6;p=tt-rss.git show in title if feeds are being updated --- diff --git a/tt-rss.js b/tt-rss.js index 1ef84052..2ed413a9 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) {