Update create.php
This commit is contained in:
parent
e6e22765bc
commit
5cd4eeb77c
@ -221,7 +221,6 @@
|
||||
}
|
||||
|
||||
|
||||
|
||||
function updateName() {
|
||||
document.getElementById("cardname").innerHTML = document.getElementById("name").value;
|
||||
}
|
||||
@ -248,7 +247,7 @@
|
||||
function updateColor() {
|
||||
|
||||
let color = document.getElementById('rolecolor');
|
||||
let strength = document.getElementById("carddescription");
|
||||
let strength = document.getElementById("strength");
|
||||
let modifier = document.getElementById("modifier");
|
||||
let textcolor = document.getElementById("tcolor");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user