summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-29 17:29:46 +0100
committerAndrew Dolgov <[email protected]>2006-09-29 17:29:46 +0100
commit1c2d719341197402d4cb1ba438f0183f4f3be75a (patch)
tree9aa9aa1292ad6104670b144e38624c18c8e771fc /viewfeed.js
parent9f10e1523022614c7725c987d01ea29dc9cfedbe (diff)
disable setActiveFeedId on view
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");