1
0
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:
Andrew Dolgov
2017-03-06 12:19:13 +03:00
parent 8519c68d93
commit 63f0ed3d9c
2 changed files with 5 additions and 3 deletions

View File

@@ -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\">";