Undo docstring changes

17cce528f8f24e2de321f34bc0bca8ec5c977e1c

Joe <joenunezb@gmail.com>

1 files changed, +1 -2Ignore whitespace
public/scripts/RossAscends-mods.js+1 -2
@@ -699,8 +699,7 @@ const chatBlock = document.getElementById('chat');
699const isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1;699const isFirefox = navigator.userAgent.toLowerCase().indexOf('firefox') > -1;
700700
701/**701/**
702 * Resizes the chat input textarea vertically to match its text content, up to a maximum height defined in CSS.702 * this makes the chat input text area resize vertically to match the text size (limited by CSS at 50% window height)
703 * Preserves scroll position in Chrome. In Firefox, the textarea grows to cover the chat history.
704 */703 */
705function autoFitSendTextArea() {704function autoFitSendTextArea() {
706 const originalScrollBottom = chatBlock.scrollHeight - (chatBlock.scrollTop + chatBlock.offsetHeight);705 const originalScrollBottom = chatBlock.scrollHeight - (chatBlock.scrollTop + chatBlock.offsetHeight);