Client, revision 2: Console colors added. General improvements.
This commit is contained in:
@ -103,6 +103,9 @@ $("#commandInput").on('keypress', function (e) {
|
||||
|
||||
//Enable the textbox again.
|
||||
$(this).removeAttr("disabled");
|
||||
|
||||
//Focus again
|
||||
$(this).focus();
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user