From: Andrew Dolgov Date: Sat, 28 Apr 2007 11:07:01 +0000 (+0100) Subject: fix viewCategory() for opera 9.20 X-Git-Tag: schema_freeze_for_1.2.11~90 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0c3d1219ea8c2df575f2df28542bcbbbcdc0249a;p=tt-rss.git fix viewCategory() for opera 9.20 --- diff --git a/feedlist.js b/feedlist.js index 9d6be547..77a31302 100644 --- a/feedlist.js +++ b/feedlist.js @@ -3,6 +3,7 @@ function viewCategory(cat) { active_feed_is_cat = true; viewfeed(cat, '', true); + return false; } function feedlist_callback() {