mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
slight nit-pick
This commit is contained in:
parent
aa8e0ae2c2
commit
c160852042
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue