From: Andrew Dolgov Date: Mon, 19 May 2008 03:44:32 +0000 (+0100) Subject: article_callback2: do not showArticleInHeadlines() there X-Git-Tag: 1.2.23-final~62 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2c3bd119655a04ab6a27c4f7678e9a7961b75a0d;p=tt-rss.git article_callback2: do not showArticleInHeadlines() there --- diff --git a/viewfeed.js b/viewfeed.js index c896036c..ce8a14fa 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;