1
0
Fork 0
forked from anton/matekasse
This commit is contained in:
2000-Trek 2023-06-07 20:23:15 +02:00
parent d1f9c7a988
commit e51ee801e7
2 changed files with 4 additions and 4 deletions

View file

@ -16,11 +16,11 @@
}); });
socket.on("error", function(data) { socket.on("error", function(data) {
alert(data) alert(data)
window.location="http://localhost:5000/" window.location="http://matekasse.server.c3h/"
}); });
socket.on("finished", function(data){ socket.on("finished", function(data){
alert(data) alert(data)
window.location="http://localhost:5000/" window.location="http://matekasse.server.c3h/"
}); });
</script> </script>
</html> </html>

View file

@ -16,11 +16,11 @@
}); });
socket.on("error", function(data) { socket.on("error", function(data) {
alert(data) alert(data)
window.location="http://localhost:5000/" window.location="http://matekasse.server.c3h/"
}); });
socket.on("finished", function(data){ socket.on("finished", function(data){
alert(data) alert(data)
window.location="http://localhost:5000/" window.location="http://matekasse.server.c3h/"
}); });
</script> </script>
</html> </html>