Fix bug when entering nInput
[rpsls-bot.git] / index.html
index 7b2639b..5ee5715 100644 (file)
@@ -14,7 +14,7 @@
                                <div class="col s12">
                                        <form class="center">
                                                <div class="input-field inline">
-                                                       <input id="nInput" type="number" v-model="nInput" @change="reinitialize()">
+                                                       <input id="nInput" type="number" v-model.number="nInput" @change="reinitialize()">
                                                        <label for="nInput">Number of inputs</label>
                                                </div>
                                                <span class="leftSpacing">
@@ -34,7 +34,7 @@
                        </div>
                </div>
                <footer class="center grey-text">
-                       <p>Images were found on the web; if they should be removed, let me know: yagu0 on github</p>
+                       <p>Images were found on the web; if they should be removed, let me know: <a href="https://github.com/yagu0/rpsls">yagu0 on github</a></p>
                </footer>
        </body>