summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 9197fcc2e..d1aa349a6 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -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");