made it so if command is executed, it disables the input, and send the request to the backend
This commit is contained in:
@@ -16,12 +16,12 @@
|
||||
<body>
|
||||
<div id="main">
|
||||
<div id="terminal">
|
||||
<div class="terminalLine">
|
||||
<div class="terminalLine activeLine">
|
||||
<h4 class="pathText"></h4>
|
||||
<h4 class="pathColon">:</h4>
|
||||
<h4 class="pathPath">~/projects</h4>
|
||||
<h4 class="pathDollar">$</h4>
|
||||
<input type="text" id="terminalInput" value="">
|
||||
<input class="terminalInput" type="text" id="terminalInput" value="">
|
||||
<div class="pathBlinky"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user