mirror of
https://github.com/foin137/werwolfonline.eu.git
synced 2025-12-12 03:11:35 +00:00
bug in gameLogRefresh ($ in javascript)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user