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:
@@ -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);
|
||||
}
|
||||
|
||||
}});
|
||||
|
||||
Reference in New Issue
Block a user