Эх сурвалжийг харах

Fixed possible error code

tobychui 3 жил өмнө
parent
commit
40f700581e

+ 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");
             }
         }