From: Andrew Dolgov Date: Tue, 3 Oct 2006 02:57:40 +0000 (+0100) Subject: add loading... prompt to dispSwitch handler X-Git-Tag: 1.2.4~17 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=807f452a54d4836ad33e25590ab2b2290bad0761;p=tt-rss.git add loading... prompt to dispSwitch handler --- diff --git a/tt-rss.js b/tt-rss.js index 0e3ddb79..9af28cb7 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -31,6 +31,8 @@ function toggleTags() { p.innerHTML = "display tags"; } + notify("Loading, please wait..."); + updateFeedList(); }