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:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user