diff --git a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp index c48181289..7c1d42078 100644 --- a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp @@ -91,7 +91,7 @@ function hiddenlevel(){ $("input[name='level']").val(0); }else { $(".leveL").removeClass("hidden"); -// $("input[name='level']").val(''); + $("input[name='level']").val(0); } } @@ -215,7 +215,7 @@ function hiddenlevel(){