diff options
-rw-r--r-- | app/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/index.html b/app/index.html index 93fa57e..7faff43 100644 --- a/app/index.html +++ b/app/index.html | |||
@@ -109,7 +109,7 @@ | |||
109 | <center> | 109 | <center> |
110 | <form id="fileUploadForm"> | 110 | <form id="fileUploadForm"> |
111 | <input type="file" v-el:upload style="display: none" id="uploadInput"/> | 111 | <input type="file" v-el:upload style="display: none" id="uploadInput"/> |
112 | <button class="btn btn-primary" v-on:click="upload()" id="uploadButton">Upload</button> | 112 | <button class="btn btn-primary" v-on:click.stop.prevent="upload()" id="uploadButton">Upload</button> |
113 | </form> | 113 | </form> |
114 | </center> | 114 | </center> |
115 | <br/> | 115 | <br/> |