]> git.wh0rd.org - tt-rss.git/commitdiff
tweak tag cloud
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 17 May 2007 12:05:13 +0000 (13:05 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 17 May 2007 12:05:13 +0000 (13:05 +0100)
functions.php
tt-rss.js

index 0bcbc5e47944ef5e6d0a91f32b28907f7130c525..b12689fb7c1ba69098c76c902f275f596d92b4c3 100644 (file)
                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));
index 56351332e00c33057c4369178877073e3db87e1e..a4e825a145f1734b6fc381cc826fdf404bd78161 100644 (file)
--- 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() {