From 89489f622de59d6459f61108f372bc1a349ed1c7 Mon Sep 17 00:00:00 2001 From: wn_ Date: Sun, 25 Aug 2024 03:56:54 +0000 Subject: [PATCH] Make a search query 'feed title' a link to get back to the search modal. --- js/Headlines.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/js/Headlines.js b/js/Headlines.js index 603a502c6..74b8ca00d 100755 --- a/js/Headlines.js +++ b/js/Headlines.js @@ -644,12 +644,10 @@ const Headlines = { rss_feed ${tb.site_url ? - `${tb.title}` : - `${tb.title}`} - ${search_query ? - ` - (${__("Cancel search")}) - ` : ''} + `${tb.title}` : + `${search_query ? `${tb.title} + (${__("Cancel search")})` : + `${tb.title}`}`} ${tb.error ? `error` : ''}