forked from bton/matekasse
set the redirrekt to http://matekasse.server.c3h
This commit is contained in:
parent
d1f9c7a988
commit
e51ee801e7
2 changed files with 4 additions and 4 deletions
|
@ -16,11 +16,11 @@
|
|||
});
|
||||
socket.on("error", function(data) {
|
||||
alert(data)
|
||||
window.location="http://localhost:5000/"
|
||||
window.location="http://matekasse.server.c3h/"
|
||||
});
|
||||
socket.on("finished", function(data){
|
||||
alert(data)
|
||||
window.location="http://localhost:5000/"
|
||||
window.location="http://matekasse.server.c3h/"
|
||||
});
|
||||
</script>
|
||||
</html>
|
|
@ -16,11 +16,11 @@
|
|||
});
|
||||
socket.on("error", function(data) {
|
||||
alert(data)
|
||||
window.location="http://localhost:5000/"
|
||||
window.location="http://matekasse.server.c3h/"
|
||||
});
|
||||
socket.on("finished", function(data){
|
||||
alert(data)
|
||||
window.location="http://localhost:5000/"
|
||||
window.location="http://matekasse.server.c3h/"
|
||||
});
|
||||
</script>
|
||||
</html>
|
Loading…
Reference in a new issue