summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 12:58:38 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 12:58:38 +0100
commit0979b696e4d770f5461057f406dfe8a8f3d3d48c (patch)
tree2e04b54b615d8d74c1d62d212ffe8f59cd357674 /feedlist.js
parent1ba6daf78e5d12759e8f3dcc6913c705fc5313bb (diff)
show tag cloud instead of flat tag list
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 740020e63..9bfd9a235 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -46,6 +46,8 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
enableHotkeys();
+ closeInfoBox();
+
/* if (!skip_history) {
history_push('FEED:' + feed + ':' + subop + ':' + is_cat +
':' + subop_param);