Add @license-end

git-svn-id: file:///srv/svn/repo/mai/trunk@45 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
zaphircd 2023-09-30 16:55:44 +00:00
parent cfa42c36ca
commit 30c2aa67b6

View File

@ -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";
});
});
// @license-end