DARK mode activated

This commit is contained in:
Maier
2020-01-08 15:38:53 -05:00
parent 3d73891f12
commit b29b1312e2
4 changed files with 72 additions and 68 deletions

View File

@@ -185,6 +185,7 @@ function createGame() {
window.location.replace('/' + code);
});
} else {
document.getElementById("some-error").innerText = "There are problems with your above setup.";
if (!atLeastOnePlayer) {
document.getElementById("game-size").classList.add("error");
document.getElementById("size-error").innerText = "Add at least one card";