cant style option tag

This commit is contained in:
Geindre Colin 2021-02-25 09:16:37 +01:00
parent 72cd71db97
commit e0f9462144

View file

@ -160,7 +160,6 @@ window.onload = function() {
option.value = opt;
option.text = "style " + i.toString();
i++;
option.style.color = "white";
console.log(option)
toggler.appendChild(option);
console.log("added option")