forked from bton/matekasse
socket
This commit is contained in:
parent
3df799a491
commit
69cd99d3e3
2 changed files with 17 additions and 11 deletions
|
@ -12,7 +12,7 @@
|
|||
socket.emit('addtag', {data: user})
|
||||
});
|
||||
socket.on("wait", function(){
|
||||
document.write('<p>wait</p>')
|
||||
document.write('<p>Pleas hold your tag on to the nfc reader</p>')
|
||||
});
|
||||
socket.on("error", function(data) {
|
||||
alert(data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue