소스 검색

improve html progress

Andrew Tridgell 2 년 전
부모
커밋
bd17dcfadb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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) {