1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 02:41:29 +00:00

support zoom for blank excerpts

This commit is contained in:
Andrew Dolgov
2010-09-13 08:40:37 +04:00
parent 01ee171a9c
commit ed6c208dda

View File

@@ -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 +