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;