1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 10:31:29 +00:00

fix viewCategory() for opera 9.20

This commit is contained in:
Andrew Dolgov
2007-04-28 12:07:01 +01:00
parent eccb97f863
commit 0c3d1219ea

View File

@@ -3,6 +3,7 @@
function viewCategory(cat) {
active_feed_is_cat = true;
viewfeed(cat, '', true);
return false;
}
function feedlist_callback() {