1
0
ting.yin 5 жил өмнө
parent
commit
fca0501857

+ 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;