Fixes form submit refresing page
This commit is contained in:
parent
a4564b4890
commit
ba16751af3
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
</div>
|
||||
|
||||
<h2>Upload Image</h2>
|
||||
<form onsubmit="formSubmit()">
|
||||
<form onsubmit="event.preventDefault(); formSubmit();">
|
||||
<div class="row">
|
||||
<div class="column">
|
||||
<label>Dog Photo:
|
||||
|
|
Loading…
Add table
Reference in a new issue