1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 01:31:29 +00:00

rework article notes; re-add built-in XSL template for generated feeds; remove schema_version caching in session

This commit is contained in:
Andrew Dolgov
2011-04-19 13:20:59 +04:00
parent dd04ea81ba
commit fcfa9ef15b
7 changed files with 49 additions and 83 deletions

View File

@@ -2211,7 +2211,9 @@ function editArticleNote(id) {
if (elem) {
Element.hide(elem);
elem.innerHTML = reply.note;
new Effect.Appear(elem);
if (reply.raw_length != 0)
new Effect.Appear(elem);
}
}});