소스 검색

Make page display 20 at startup

Kirk Trombley 3 년 전
부모
커밋
95407d50df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nearest.html

+ 1 - 1
nearest.html

@@ -15,7 +15,7 @@
             <br/>
             <span>Number to find:</span>
             <input type="range" min="1" max="100" value="20" oninput="onColorChange()" id="num-poke">
-            <span id="num-poke-display">1</span>
+            <span id="num-poke-display">20</span>
             <br/>
             <span>Closeness coefficient:</span>
             <input type="range" min="0" max="10" value="2" oninput="onColorChange()" id="close-coeff">