Explorar o código

Make page display 20 at startup

Kirk Trombley %!s(int64=3) %!d(string=hai) anos
pai
achega
95407d50df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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">