Browse Source

disable progress bar

ming 4 năm trước cách đây
mục cha
commit
a8133a193b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      static/index2.html

+ 2 - 2
static/index2.html

@@ -160,8 +160,8 @@
           <input id="checker" type="button" name="next" class="next action-button" value="送出" />
           
           <h3 class="fs-subtitle">處理進度</h3>
-          <div id="myProgress">
-            <div id="myBar">0%</div>
+          <div style="display: none;" id="myProgress">
+            <div style="display: none;" id="myBar">0%</div>
           </div>
         </fieldset>
       </form>