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