mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 13:15:56 +00:00
automatically add active article title in create filter dialog
This commit is contained in:
@@ -3350,6 +3350,9 @@
|
||||
$rv['content'] .= "<div id=\"PTITLE-$id\" style=\"display : none\">" .
|
||||
truncate_string(strip_tags($line['title']), 15) . "</div>";
|
||||
|
||||
$rv['content'] .= "<div id=\"PTITLE-FULL-$id\" style=\"display : none\">" .
|
||||
strip_tags($line['title']) . "</div>";
|
||||
|
||||
$rv['content'] .= "<div class=\"postReply\" id=\"POST-$id\">";
|
||||
|
||||
$rv['content'] .= "<div onclick=\"return postClicked(event, $id)\"
|
||||
|
||||
Reference in New Issue
Block a user