1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 22:29:15 +00:00

disable setActiveFeedId on view

This commit is contained in:
Andrew Dolgov
2006-09-29 17:29:46 +01:00
parent 9f10e15230
commit 1c2d719341

View File

@@ -60,7 +60,7 @@ function view(id, feed_id) {
}
active_post_id = id;
setActiveFeedId(feed_id);
//setActiveFeedId(feed_id);
var content = document.getElementById("content-frame");