mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-05 04:59:20 +00:00
remove PTITLE kludge; use ajax
This commit is contained in:
@@ -533,9 +533,6 @@ class Feeds extends Handler_Protected {
|
||||
|
||||
$reply['content'] .= "</div>";
|
||||
|
||||
$reply['content'] .= "<div id=\"PTITLE-FULL-$id\" style=\"display : none\">" .
|
||||
htmlspecialchars(strip_tags($line['title'])) . "</div>";
|
||||
|
||||
$reply['content'] .= "<span id=\"RTITLE-$id\"
|
||||
onclick=\"return cdmClicked(event, $id);\"
|
||||
class=\"titleWrap$hlc_suffix\">
|
||||
|
||||
Reference in New Issue
Block a user