diff --git a/tt-rss.js b/tt-rss.js index 0e3ddb797..9af28cb7e 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -31,6 +31,8 @@ function toggleTags() { p.innerHTML = "display tags"; } + notify("Loading, please wait..."); + updateFeedList(); }