bug in gameLogRefresh ($ in javascript)

This commit is contained in:
foin137
2025-04-27 22:55:52 +02:00
committed by GitHub
parent b082d721d5
commit c2d9877787

View File

@@ -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(); xmlhttp3.send();
} }