1
0
mirror of synced 2025-10-28 18:19:17 +00:00

remove no resize on textarea

This commit is contained in:
Valentin
2023-09-16 20:02:47 +02:00
parent 241d3869b1
commit 57a2d7111e
2 changed files with 2 additions and 4 deletions

View File

@@ -35,6 +35,7 @@
$( "#server_user_true" ).on( "click", function() {
document.getElementById("inputOther").style.display = "";
} );
function fieldShow(value) {
console.log(value)
}