ソースを参照

Load page with no color picked

Kirk Trombley 3 年 前
コミット
2f72a1f271
1 ファイル変更1 行追加2 行削除
  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">