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