mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-07 11:51:33 +00:00
remove unexpanded CDM ajax loading
This commit is contained in:
@@ -638,7 +638,7 @@ class Feeds extends Handler_Protected {
|
||||
$reply['content'] .= "</div>";
|
||||
|
||||
$reply['content'] .= "<span id=\"CWRAP-$id\">";
|
||||
$reply['content'] .= $expand_cdm ? $article_content : '';
|
||||
$reply['content'] .= $article_content;
|
||||
$reply['content'] .= "</span>";
|
||||
|
||||
/* $tmp_result = db_query($this->link, "SELECT always_display_enclosures FROM
|
||||
|
||||
Reference in New Issue
Block a user