summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
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();
}
}