ting.yin 5 년 전
부모
커밋
fca0501857
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      stmms-web/src/main/webapp/WEB-INF/views/modules/exam/inspected.jsp

+ 1 - 1
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/inspected.jsp

@@ -129,11 +129,11 @@ $(document).ready(function() {
         });
     }
     
+	$('#progress').html(ids.length);
     process(1);
 });
 
 function process(index){
-	$('#progress').html(ids.length);
 	
     if(index<1){
         return;