Client, revision 2: Console colors added. General improvements.

This commit is contained in:
Carlos
2019-08-20 16:10:59 +02:00
parent fcd89e3539
commit 1446d5fb32
4 changed files with 56 additions and 6 deletions

View File

@ -103,6 +103,9 @@ $("#commandInput").on('keypress', function (e) {
//Enable the textbox again.
$(this).removeAttr("disabled");
//Focus again
$(this).focus();
}
});