Browse Source

Fixed possible error code

tobychui 3 years ago
parent
commit
40f700581e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/SystemAO/storage/fshedit.html

+ 1 - 1
web/SystemAO/storage/fshedit.html

@@ -298,7 +298,7 @@
             $("input[name=mountdev]").val(option.mountdev);
             $("input[name=mountpt]").val(option.mountpt);
             if (option.automount == true){
-                $("input[name=automount]")[0].checked = true;
+                //$("input[name=automount]")[0].checked = true;
                 $("#automount").parent().checkbox("set checked");
             }
         }