disable setActiveFeedId on view

master
Andrew Dolgov 18 years ago
parent 9f10e15230
commit 1c2d719341

@ -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");

Loading…
Cancel
Save