فهرست منبع

Fixed possible error code

tobychui 3 سال پیش
والد
کامیت
40f700581e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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");
             }
         }