Sfoglia il codice sorgente

improve html progress

Andrew Tridgell 2 anni fa
parent
commit
bd17dcfadb
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      RemoteIDModule/web/index.html

+ 2 - 1
RemoteIDModule/web/index.html

@@ -100,11 +100,12 @@
   </div>
   <h2>Firmware Update</h2>
 
+  <div id='progress'>upload progress: 0%</div>
   <form method='POST' action='#' enctype='multipart/form-data' id='upload_form'>
     <input type='file' name='update'>
     <input type='submit' value='Update'>
   </form>
-  <div id='progress'>upload progress: 0%</div>
+  <p>
 
   <script>
     $('form').submit(function(e) {