summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-03 03:57:40 +0100
committerAndrew Dolgov <[email protected]>2006-10-03 03:57:40 +0100
commit807f452a54d4836ad33e25590ab2b2290bad0761 (patch)
treef02f73ff60b98ad5aacc728ab4ba685ba946151c /tt-rss.js
parent7210613a7a32c6a004ef3698bc94d38756aaa688 (diff)
add loading... prompt to dispSwitch handler
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 2 insertions, 0 deletions
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();
}