aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/index.html b/app/index.html
index b1c7da6..80f9bdd 100644
--- a/app/index.html
+++ b/app/index.html
@@ -108,7 +108,7 @@
108 <div class="col-lg-12"> 108 <div class="col-lg-12">
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" multiple/>
112 <button class="btn btn-primary" v-on:click.stop.prevent="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>