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