summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 14:07:34 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 14:07:34 +0100
commit35a03bddc2b2b0ca18bf549a604788afc8f5422c (patch)
tree51cea419eac28b388d19b71a7a65502c586be6fb /tt-rss.js
parent10eb9da8572c3729053d0052493d82200e5e1dcf (diff)
tag cloud improvements
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index a4e825a14..ec7e15aac 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -37,12 +37,12 @@ function toggleTags(show_all) {
closeInfoBox();
display_tags = true;
p.innerHTML = __("display feeds");
- notify_progress("Loading, please wait...");
+ notify_progress("Loading, please wait...", true);
updateFeedList();
} else if (display_tags) {
display_tags = false;
p.innerHTML = __("tag cloud");
- notify_progress("Loading, please wait...");
+ notify_progress("Loading, please wait...", true);
updateFeedList();
}
}