mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:45:55 +00:00
article_callback2: do not showArticleInHeadlines() there
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user