From e51ee801e7c343a8f14be80fe8ddf59fc8a272f0 Mon Sep 17 00:00:00 2001 From: 2000-Trek Date: Wed, 7 Jun 2023 20:23:15 +0200 Subject: [PATCH] set the redirrekt to http://matekasse.server.c3h --- templates/addtag.html | 4 ++-- templates/change.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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