cant style option tag
This commit is contained in:
parent
72cd71db97
commit
e0f9462144
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue