From c805c85b3ec61de72913bc4488bdd8591260227c Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Sun, 8 Jan 2023 21:42:13 -0600 Subject: [PATCH] Use builtin autosize textarea --- LANCommander/Views/Keys/Edit.cshtml | 45 +---------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) diff --git a/LANCommander/Views/Keys/Edit.cshtml b/LANCommander/Views/Keys/Edit.cshtml index 86f0101..3ce9abc 100644 --- a/LANCommander/Views/Keys/Edit.cshtml +++ b/LANCommander/Views/Keys/Edit.cshtml @@ -29,7 +29,7 @@
- @@ -52,49 +52,6 @@
- - - - @section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }