diff --git a/web/static/script.js b/web/static/script.js index a21339e..7e7bed6 100644 --- a/web/static/script.js +++ b/web/static/script.js @@ -14,4 +14,5 @@ output.setAttribute("style", "height:" + output.scrollHeight + "px;overflow-y:sc input.addEventListener("input", function (e) { this.style.height = 150 + "px"; this.style.height = this.scrollHeight + "px"; -}); \ No newline at end of file +}); +// @license-end \ No newline at end of file