1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 02:45:56 +00:00

tag cloud improvements

This commit is contained in:
Andrew Dolgov
2007-05-17 14:07:34 +01:00
parent 10eb9da857
commit 35a03bddc2
4 changed files with 24 additions and 6 deletions

View File

@@ -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();
}
}