From 30c2aa67b614f159854a7c2924d68d4762d42bf7 Mon Sep 17 00:00:00 2001 From: zaphircd Date: Sat, 30 Sep 2023 16:55:44 +0000 Subject: [PATCH] Add @license-end git-svn-id: file:///srv/svn/repo/mai/trunk@45 e410bdd4-646f-c54f-a7ce-fffcc4f439ae --- web/static/script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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