Version 20.68.8: Apr 30, 2021 Code refactoring in timeline.

This commit is contained in:
acanas 2021-04-30 17:11:52 +02:00
parent ca72dc3069
commit f0eb536f52
1 changed files with 1 additions and 1 deletions

View File

@ -992,7 +992,7 @@ function moveNewTimelineToTimeline () {
// Remove last child (because is repeated in more recent pubs)
newTimeline.removeChild(newTimeline.lastChild);
}
}
}
// Reset number of new posts after moving
var viewNewPostsCount = document.getElementById('view_new_posts_count');