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) {