]> git.wh0rd.org - tt-rss.git/commitdiff
article_callback2: do not showArticleInHeadlines() there
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 19 May 2008 03:44:32 +0000 (04:44 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 19 May 2008 03:44:32 +0000 (04:44 +0100)
viewfeed.js

index c896036c756fc9a79761c1178cc06d858ccb2fe4..ce8a14fa21939db8d5a938c57abf7a55319e9906 100644 (file)
@@ -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;