Preparing to make repo public
This commit is contained in:
parent
4ce66aec2e
commit
9b0e919e02
@ -54,7 +54,7 @@
|
||||
<div class="container" id="serverContainer" style="display: none;">
|
||||
<h1 class="mt-5" id="serverTitle"></h1>
|
||||
<div class="input-group mb-3">
|
||||
<textarea class="form-control" rows="20" id="consoleTextArea" disabled></textarea>
|
||||
<textarea class="form-control" rows="20" id="consoleTextArea" disabled style="resize: none;"></textarea>
|
||||
</div>
|
||||
<div class="input-group mb-3">
|
||||
<input type="text" class="form-control" id="commandInput">
|
@ -149,7 +149,7 @@ function onWebSocketsMessage(message){
|
||||
* Write to console
|
||||
*/
|
||||
function writeToWebConsole(msg){
|
||||
$("#consoleTextArea").append(msg + "\n");
|
||||
$("#consoleTextArea").append(msg.replace("<", "<") + "\n");
|
||||
}
|
||||
|
||||
/**
|
Loading…
x
Reference in New Issue
Block a user