summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-19 04:44:32 +0100
committerAndrew Dolgov <[email protected]>2008-05-19 04:44:32 +0100
commit2c3bd119655a04ab6a27c4f7678e9a7961b75a0d (patch)
treec45bbc8ce2791f491f14477d67a04f285c17853d /viewfeed.js
parentb2bb787c77330853d900c69cd163d26785804120 (diff)
article_callback2: do not showArticleInHeadlines() there
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 c896036c7..ce8a14fa2 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -319,7 +319,7 @@ function article_callback2(transport, id, feed_id) {
active_real_feed_id = feed_id;
active_post_id = id;
- showArticleInHeadlines(id);
+ //showArticleInHeadlines(id);
var reply = transport.responseXML.firstChild.firstChild;