Event fix
Also removed Events label
This commit is contained in:
parent
92a2b432ba
commit
f7d810eedb
1 changed files with 1 additions and 1 deletions
2
dev.html
2
dev.html
|
@ -1165,7 +1165,6 @@
|
|||
<div class="row">
|
||||
<div class="input-field col s12">
|
||||
<textarea id="ws_events" class="materialize-textarea"></textarea>
|
||||
<label for="ws_events">Events</label>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
@ -2047,6 +2046,7 @@
|
|||
function ws_connect() {
|
||||
function msg(str) {
|
||||
document.getElementById("ws_events").value = str + "\n\n" + document.getElementById("ws_events").value;
|
||||
$('#ws_events').trigger('autoresize');
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue