Number571 пре 5 година
родитељ
комит
45a2846461
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      html/index.html

+ 2 - 2
html/index.html

@@ -53,11 +53,11 @@
                                                 <input type="file" accept=".xlsx" class="file btn-primary" title="<span class='icon-download2'></span> Custom File Input">
                                             </div>
                                         </div>     -->
-                                        <input type="file" class=" btn-primary" title="Выбрать файл" id="fileUpload" />
+                                        <input type="file" class="file btn-primary" title="Выбрать файл" id="fileUpload" />
                                         
                                     </div>
                                     <div class="col-md-3">
-                                        <input type="button" id="upload" class=" btn-primary" title="Загрузить" onclick="Upload()" />
+                                        <input type="button" id="upload" class="file btn-primary" title="Загрузить" onclick="Upload()" />
                                     </div>
                                 </div>
                                 <br>