disable setActiveFeedId on view

This commit is contained in:
Andrew Dolgov
2006-09-29 17:29:46 +01:00
parent 9f10e15230
commit 1c2d719341
+1 -1
View File
@@ -60,7 +60,7 @@ function view(id, feed_id) {
} }
active_post_id = id; active_post_id = id;
setActiveFeedId(feed_id); //setActiveFeedId(feed_id);
var content = document.getElementById("content-frame"); var content = document.getElementById("content-frame");