send existing cookie on join call

This commit is contained in:
AlecM33
2022-01-25 18:05:35 -05:00
parent 14e158c0b4
commit 2c9e7c14f8
5 changed files with 27 additions and 14 deletions

View File

@@ -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';