Change reset Button to type button

This avoids being able to accidentally reset the form by pressing enter in one of the input fields

Solves https://github.com/mikebryant/ac-nh-turnip-prices/issues/62
master
Michael Ritter 4 years ago committed by GitHub
parent 8afadbddeb
commit 0af21f93fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -180,7 +180,7 @@
</div> </div>
</div> </div>
</div> </div>
<button id="reset" class="reset-button" name="action"> <button type="button" id="reset" class="reset-button" name="action">
Reset Turnip Prophet Reset Turnip Prophet
</button> </button>
</form> </form>

Loading…
Cancel
Save