From c1608520420b9261bf148d2fd33343fff61893b4 Mon Sep 17 00:00:00 2001 From: stepie22 Date: Mon, 28 Nov 2016 19:55:16 +0200 Subject: [PATCH] slight nit-pick --- client/js/lounge.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/js/lounge.js b/client/js/lounge.js index 5940b2a9..dad513f4 100644 --- a/client/js/lounge.js +++ b/client/js/lounge.js @@ -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(); }