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(){