tweak tag cloud

This commit is contained in:
Andrew Dolgov 2007-05-17 13:05:13 +01:00
parent b31af972f2
commit 4548a580c5
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -45,8 +45,6 @@ function toggleTags(show_all) {
notify_progress("Loading, please wait...");
updateFeedList();
}
return false;
}
function dlg_frefresh_callback() {