mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-01 16:59:29 +01:00
fix specs, lint
This commit is contained in:
@@ -481,9 +481,9 @@ function removeExistingPlayerElements (killPlayerHandlers, revealRoleHandlers) {
|
||||
});
|
||||
}
|
||||
|
||||
function displayCurrentModerator(moderator) {
|
||||
document.getElementById("current-moderator-name").innerText = moderator.name;
|
||||
document.getElementById("current-moderator-type").innerText = moderator.userType + globals.USER_TYPE_ICONS[moderator.userType];
|
||||
function displayCurrentModerator (moderator) {
|
||||
document.getElementById('current-moderator-name').innerText = moderator.name;
|
||||
document.getElementById('current-moderator-type').innerText = moderator.userType + globals.USER_TYPE_ICONS[moderator.userType];
|
||||
}
|
||||
|
||||
function createEndGamePromptComponent (socket, stateBucket) {
|
||||
|
||||
Reference in New Issue
Block a user