mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 04:21:29 +00:00
support zoom for blank excerpts
This commit is contained in:
@@ -369,6 +369,9 @@ function add_headline_entry(article, feed, no_effects) {
|
||||
|
||||
if (!no_effects) style = "style=\"display : none\"";
|
||||
|
||||
if (article.excerpt.trim() == "")
|
||||
article.excerpt = __("Click to expand article.");
|
||||
|
||||
var tmp_html = "<li id=\"A-"+article.id+"\" "+style+">" +
|
||||
icon_part +
|
||||
|
||||
|
||||
Reference in New Issue
Block a user