article_callback2: do not showArticleInHeadlines() there

This commit is contained in:
Andrew Dolgov 2008-05-19 04:44:32 +01:00
parent b2bb787c77
commit 2c3bd11965

View file

@ -319,7 +319,7 @@ function article_callback2(transport, id, feed_id) {
active_real_feed_id = feed_id; active_real_feed_id = feed_id;
active_post_id = id; active_post_id = id;
showArticleInHeadlines(id); //showArticleInHeadlines(id);
var reply = transport.responseXML.firstChild.firstChild; var reply = transport.responseXML.firstChild.firstChild;