Update create.php
This commit is contained in:
parent
9fe142ba0c
commit
cfb48db659
@ -232,9 +232,7 @@
|
|||||||
|
|
||||||
function updateGoodRoles() {
|
function updateGoodRoles() {
|
||||||
let goodRoles = document.getElementById('rolecolor').value;
|
let goodRoles = document.getElementById('rolecolor').value;
|
||||||
console.log(goodRoles);
|
goodRoles.forEach((element) => document.getElementById("tplaysbestwith").appendchild(document.createElement("LI").appendchild(document.createTextNode(element))));
|
||||||
let x = document.createElement("LI").appendchild(document.createTextNode(element));
|
|
||||||
goodRoles.forEach(element => document.getElementById("tplaysbestwith").appendchild(x));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateDescription() {
|
function updateDescription() {
|
||||||
|
Loading…
Reference in New Issue
Block a user