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

multi user features

This commit is contained in:
Valentin
2023-09-14 19:34:16 +02:00
parent 05b4752183
commit 89951b45fe
7 changed files with 47 additions and 41 deletions

View File

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