From 770bdc47943052ef4a996ded52e9e34993f91f2a Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sat, 6 Sep 2025 10:42:12 -0400 Subject: [PATCH] L --- www/js/channel/chat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/js/channel/chat.js b/www/js/channel/chat.js index abca6f8..cae6fac 100644 --- a/www/js/channel/chat.js +++ b/www/js/channel/chat.js @@ -476,7 +476,7 @@ class chatBox{ this.aspectLockIcon.style.display = "inline"; } -L /** + /** * Re-sizes chat back to aspect ratio on window re-size when chat box is aspect locked * Also prevents horizontal scroll-bars from chat/window resizing * @param {Event} event - Event passed down from Event Handler @@ -497,7 +497,7 @@ L /** this.handleAutoScroll(); } -L /** + /** * Re-sizes chat box relative to media aspect ratio */ sizeToAspect(){