diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2010-09-13 08:40:37 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-09-13 08:40:37 +0400 |
| commit | ed6c208dda7a1ff2825a34786d795419f1536dac (patch) | |
| tree | 05b611eaa6756847f5668df5ac640b70688b291d | |
| parent | 01ee171a9c622d22e45c11314ea37ed9897af040 (diff) | |
support zoom for blank excerpts
| -rw-r--r-- | digest.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 + |