From 4426e82b2787f55c89dc9630162d6fe5bd1e42e2 Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Mon, 9 Sep 2024 17:43:50 +0200 Subject: [PATCH] patch --- js/connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/connection.js b/js/connection.js index a0565a4..ec66f7b 100644 --- a/js/connection.js +++ b/js/connection.js @@ -16,7 +16,7 @@ function connection(){ //console.log(data); switch(data.status){ - case 1: + case "1": window.location.href = "index.php"; break; default: