Update create.php

This commit is contained in:
Jesse James Isler 2022-03-31 13:26:33 +02:00
parent 5cd4eeb77c
commit 478d0ce6a4
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@
strength.value = "";
}
}
document.getElementById("rolecard").className = "card " + color.value + " " + color.value + "-" + strength.value + " " + textcolor.value;
document.getElementById("rolecard").className = "card " + color.value + " " + modifier.value + "-" + strength.value + " " + textcolor.value;
}
</script>