From: Andrew Dolgov Date: Thu, 17 May 2007 12:05:13 +0000 (+0100) Subject: tweak tag cloud X-Git-Tag: schema_freeze_for_1.2.11~16 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4548a580c54d7d9b5b91b026fbe56b68e6f5f731;p=tt-rss.git tweak tag cloud --- diff --git a/functions.php b/functions.php index 0bcbc5e4..b12689fb 100644 --- a/functions.php +++ b/functions.php @@ -3872,7 +3872,7 @@ ksort($tags); $max_size = 32; // max font size in pixels - $min_size = 9; // min font size in pixels + $min_size = 11; // min font size in pixels // largest and smallest array values $max_qty = max(array_values($tags)); diff --git a/tt-rss.js b/tt-rss.js index 56351332..a4e825a1 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -45,8 +45,6 @@ function toggleTags(show_all) { notify_progress("Loading, please wait..."); updateFeedList(); } - - return false; } function dlg_frefresh_callback() {