mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-29 01:07:50 +01:00
send existing cookie on join call
This commit is contained in:
@@ -295,7 +295,6 @@ function renderRoleSelectionStep (game, containerId, step, deckManager) {
|
||||
};
|
||||
|
||||
const clickHandler = () => {
|
||||
console.log('fired');
|
||||
const actions = document.getElementById('custom-role-actions');
|
||||
if (actions.style.display !== 'none') {
|
||||
actions.style.display = 'none';
|
||||
|
||||
Reference in New Issue
Block a user