diff --git a/templates/addtag.html b/templates/addtag.html index eba07ec..98b5c17 100644 --- a/templates/addtag.html +++ b/templates/addtag.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/" }); \ No newline at end of file diff --git a/templates/change.html b/templates/change.html index cb7aad4..c2d9635 100644 --- a/templates/change.html +++ b/templates/change.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/" }); \ No newline at end of file