New server form is finally validating data (yay!)

This commit is contained in:
Carlos
2020-10-31 18:54:30 +01:00
parent ffe238e977
commit 7c4286f7df
3 changed files with 19 additions and 5 deletions

View File

@ -24,7 +24,7 @@ function openServer(serverName){
//Change server name and related info
$("#serverTitle").text(serverName);
$("#consoleTextArea").text("");
$("#consoleTextArea").text("Connecting...");
$("#commandInput").prop("disabled", false);
$("#sendCommandButton").prop("disabled", false);