From 35a03bddc2b2b0ca18bf549a604788afc8f5422c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 May 2007 14:07:34 +0100 Subject: tag cloud improvements --- tt-rss.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tt-rss.js') 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(); } } -- cgit v1.2.3