catchupfeedingroup: do not remove elements
This commit is contained in:
parent
6056d164fa
commit
a51bc3dfa5
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue