소스 검색

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">