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 b9e147af0..cb2d8dbe8 100644 --- a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp @@ -174,12 +174,12 @@ $(function(){ function hiddenlevel(){ var action=$("input[name='action']:checked").val(); if(action==16){ - $(".leveL").addClass("hidden"); + $(".level").addClass("hidden"); $("select[name='level']").find("option").eq(0).attr("value","0"); $("select[name='level']").val("0"); $("select[name='level']").selectpicker("refresh"); }else { - $(".leveL").removeClass("hidden"); + $(".level").removeClass("hidden"); $("select[name='level']").find("option").eq(0).attr("value",""); $("select[name='level']").val("100"); $("select[name='level']").selectpicker("refresh"); @@ -328,7 +328,7 @@ function sampleFileValidate(fileType,fileName){  " - class="fileNoteInfo" data-icon="" style="cursor:default"> + class="fileNoteInfo" data-icon="" style="cursor:default">
@@ -356,7 +356,7 @@ function sampleFileValidate(fileType,fileName){
--%> -
+