1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:55:55 +00:00

hide expand article link when CDM is auto-expanded

This commit is contained in:
Andrew Dolgov
2007-10-18 04:02:28 +01:00
parent a70ab7400b
commit 12f5d8fe4b

View File

@@ -4636,9 +4636,11 @@
print $line["content_preview"];
print "</div>";
print "<a id=\"CICH-$id\"
href=\"javascript:cdmExpandArticle($id)\">
Show article</a>";
if (!$expand_cdm) {
print "<a id=\"CICH-$id\"
href=\"javascript:cdmExpandArticle($id)\">
Show article</a>";
}
print "</div><br clear=\"all\">";