Enhanced icons and tooltips.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 42s

This commit is contained in:
MaxJa4
2024-01-24 10:48:28 +01:00
parent a0a469bc91
commit 0b2d10e7b7
12 changed files with 68 additions and 45 deletions

View File

@@ -124,6 +124,7 @@
errorDiv.innerText = "";
errorDiv.style.display = 'none';
playerName.classList.remove('is-invalid');
initTooltips(playerList);
});
}
});