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

headlines: remove collapseBtn

This commit is contained in:
Andrew Dolgov
2018-11-30 13:53:58 +03:00
parent 9563e3bcd6
commit 7673331850
3 changed files with 1 additions and 13 deletions

View File

@@ -536,10 +536,6 @@ class Feeds extends Handler_Protected {
$tmp_content .= $labels_str;
$tmp_content .= "<span class='collapseBtn' style='display : none'>
<img src=\"images/collapse.png\" onclick=\"cdmCollapseArticle(event, $id)\"
title=\"".__("Collapse article")."\"/></span>";
$tmp_content .= "</span>";
if (!$vfeed_group_enabled) {