Bläddra i källkod

Fixed possible error code

tobychui 3 år sedan
förälder
incheckning
40f700581e
1 ändrade filer med 1 tillägg och 1 borttagningar
  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=mountdev]").val(option.mountdev);
             $("input[name=mountpt]").val(option.mountpt);
             $("input[name=mountpt]").val(option.mountpt);
             if (option.automount == true){
             if (option.automount == true){
-                $("input[name=automount]")[0].checked = true;
+                //$("input[name=automount]")[0].checked = true;
                 $("#automount").parent().checkbox("set checked");
                 $("#automount").parent().checkbox("set checked");
             }
             }
         }
         }