mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
rework the way headlines menus identify calling row
This commit is contained in:
@@ -611,9 +611,11 @@ class Feeds extends Handler_Protected {
|
||||
}
|
||||
}
|
||||
|
||||
// data-article-id included for context menu
|
||||
$reply['content'] .= "<span id=\"RTITLE-$id\"
|
||||
onclick=\"return cdmClicked(event, $id);\"
|
||||
class=\"titleWrap hlMenuAttach $hlc_suffix\">
|
||||
data-article-id=\"$id\"
|
||||
class=\"titleWrap hlMenuAttach $hlc_suffix\">
|
||||
<a class=\"title $hlc_suffix\"
|
||||
title=\"".htmlspecialchars($line["title"])."\"
|
||||
target=\"_blank\" rel=\"noopener noreferrer\" href=\"".
|
||||
|
||||
Reference in New Issue
Block a user