slight nit-pick

This commit is contained in:
stepie22 2016-11-28 19:55:16 +02:00
parent aa8e0ae2c2
commit c160852042

View file

@ -424,7 +424,7 @@ $(function() {
if (children.eq(0).attr("class") === "date-marker") { // Check top most child
children.eq(0).remove();
} else if (children.eq(0).attr("class") === "unread-marker" && children.eq(1).attr("class") === "date-marker") {
// Otherwise the date-marker would get 'stuck' because of the new-massages marker
// Otherwise the date-marker would get 'stuck' because of the new-message marker
children.eq(1).remove();
}