Explorar el Código

Load page with no color picked

Kirk Trombley hace 3 años
padre
commit
2f72a1f271
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      nearest.html

+ 1 - 2
nearest.html

@@ -22,8 +22,7 @@
                 <div class="container control">
                     <img src="https://img.pokemondb.net/sprites/sword-shield/icon/bulbasaur.png" />
                     <button class="padded" type="button" onclick="onRandomColor()">Random color</button>
-                    <input size="7" maxlength="7" id="color-input" oninput="onColorChanged()"
-                        value="#ffffff" />
+                    <input size="7" maxlength="7" id="color-input" oninput="onColorChanged()" />
                 </div>
 
                 <div class="container control">