update
This commit is contained in:
parent
0d57325ced
commit
06555b48d0
@ -129,13 +129,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button onclick="client.emit('action', {'clear'})">clear all</button>
|
||||
<button onclick="client.emit('action', {action:'clear'})">clear all</button>
|
||||
<br>
|
||||
<button onclick="client.emit('action', {'hello'})">hello</button>
|
||||
<button onclick="client.emit('action', {action:'hello'})">hello</button>
|
||||
<br>
|
||||
<button onclick="client.emit('action', {'flash'})">flash</button>
|
||||
<button onclick="client.emit('action', {action:'flash'})">flash</button>
|
||||
<br>
|
||||
<button onclick="client.emit('action', {'temp'})">temp</button>
|
||||
<button onclick="client.emit('action', {action:'temp'})">temp</button>
|
||||
|
||||
<script src="socket.io/socket.io.js"></script>
|
||||
<script>
|
||||
|
Loading…
Reference in New Issue
Block a user