From a5b19e5ff5efd9425192fe8d7ca9c7d3c08182ed Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Feb 2024 06:53:55 +0300 Subject: [PATCH] make headline elements with feed title lead to originating site while RSS icon elements lead to the feed within tt-rss UI --- js/Headlines.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/Headlines.js b/js/Headlines.js index a7e0f897a..d24205932 100755 --- a/js/Headlines.js +++ b/js/Headlines.js @@ -470,7 +470,7 @@ const Headlines = { const vgrhdr = `
${Feeds.renderIcon(hl.feed_id, hl.has_icon)}
- ${hl.feed_title} + ${hl.feed_title} done_all @@ -518,8 +518,8 @@ const Headlines = { ${hl.cdm_excerpt ? hl.cdm_excerpt : ""} - ${hl.feed_title} + ${hl.feed_title} ${hl.updated}