fixed issues with certain characters in user names
This commit is contained in:
+5
-1
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>No, you do not need to mute this site anymore.</title>
|
||||
<title>No, you do not need to mute this site anymore. (yes, even on firefox)</title>
|
||||
<link rel="stylesheet" href="styleMain.css">
|
||||
<script src="browserFunctions.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
||||
@@ -150,6 +150,10 @@
|
||||
userInfoToClient(userInfo);
|
||||
});
|
||||
|
||||
socket.on("reconnectUsers", () => {
|
||||
location.reload();
|
||||
});
|
||||
|
||||
socket.on("gameStateToClient", (currentTeam, currentScore) => {
|
||||
gameStateToClient(currentTeam, currentScore);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user