From c2d9877787d727693721a18a09e89189b97f0f46 Mon Sep 17 00:00:00 2001 From: foin137 <62767760+foin137@users.noreply.github.com> Date: Sun, 27 Apr 2025 22:55:52 +0200 Subject: [PATCH] bug in gameLogRefresh ($ in javascript) --- Werwolf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Werwolf.php b/Werwolf.php index 69584aa..9ee7df6 100644 --- a/Werwolf.php +++ b/Werwolf.php @@ -1969,7 +1969,7 @@ var sekBisTimerBeginn; } } } - xmlhttp3.open("GET","gamelogreload.php?game=" + game + "&id=" + $id, true); + xmlhttp3.open("GET","gamelogreload.php?game=" + game + "&id=" + id, true); xmlhttp3.send(); }