Explorar o código

improve html progress

Andrew Tridgell %!s(int64=2) %!d(string=hai) anos
pai
achega
bd17dcfadb
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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) {