mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 20:55:56 +00:00
catchupfeedingroup: do not remove elements
This commit is contained in:
@@ -451,15 +451,9 @@ function catchupFeedInGroup(id) {
|
|||||||
if (rows.length > 0) {
|
if (rows.length > 0) {
|
||||||
|
|
||||||
rows.each(function (row) {
|
rows.each(function (row) {
|
||||||
new Effect.Fade(row, {duration : 0.5, afterFinish: function(obj) {
|
row.removeClassName("Unread");
|
||||||
Element.remove(obj.element);
|
|
||||||
}});
|
|
||||||
});
|
});
|
||||||
|
|
||||||
var feedTitle = $("FTITLE-" + id);
|
|
||||||
|
|
||||||
if (feedTitle) new Effect.Fade(feedTitle, {duration : 0.5});
|
|
||||||
|
|
||||||
updateFloatingTitle(true);
|
updateFloatingTitle(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user