1
0
Fork 0
forked from bton/matekasse
This commit is contained in:
2000-Trek 2023-05-31 22:29:47 +02:00
parent 3df799a491
commit 69cd99d3e3
2 changed files with 17 additions and 11 deletions

View file

@ -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)