浏览代码

reenable status when flashing

Christian Herzog 5 年之前
父节点
当前提交
828aaf4760
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      components/wifi-manager/code.js

+ 1 - 0
components/wifi-manager/code.js

@@ -237,6 +237,7 @@ $(document).ready(function(){
             headers: { "X-Custom-fwurl": url },
             headers: { "X-Custom-fwurl": url },
             data: { 'timestamp': Date.now() }
             data: { 'timestamp': Date.now() }
         });
         });
+        enableStatusTimer = true;
     });
     });
 
 
     $("#generate-command").on("click", function() {
     $("#generate-command").on("click", function() {