mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-10 12:09:15 +00:00
cdmClicked: do not use event.target.parents to figure out if clicked on a heading
This commit is contained in:
@@ -666,7 +666,7 @@ class Feeds extends Handler_Protected {
|
||||
$reply['content'] .= "</div>";
|
||||
|
||||
$reply['content'] .= "<div class=\"cdmContent\" $content_hidden
|
||||
onclick=\"return cdmClicked(event, $id);\"
|
||||
onclick=\"return cdmClicked(event, $id, true);\"
|
||||
id=\"CICD-$id\">";
|
||||
|
||||
$reply['content'] .= "<div id=\"POSTNOTE-$id\">";
|
||||
|
||||
Reference in New Issue
Block a user