article_callback2: do not showArticleInHeadlines() there
This commit is contained in:
parent
b2bb787c77
commit
2c3bd11965
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue