Browse Source

cant style option tag

Geindre Colin 3 years ago
parent
commit
e0f9462144
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Y/Scripts/yfold.js

+ 0
- 1
Y/Scripts/yfold.js View File

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

Loading…
Cancel
Save