Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp =================================================================== diff -u -r20138 -r20157 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp (.../expressRecycleForTouchScreen.jsp) (revision 20138) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/expressRecycleForTouchScreen.jsp (.../expressRecycleForTouchScreen.jsp) (revision 20157) @@ -1097,7 +1097,7 @@ function updateProgressBar(val){ progress(val * (100 / maxLen)); if(parseInt(val) < maxLen){ - setTimeout("submintApplication(" + parseInt(val) + ")",1000) + setTimeout("submintApplication(" + parseInt(val) + ")",50); }else{ closeDiv(); loadItem();