浏览代码

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