| function upload_status() { | function upload_status() { | ||||
| var finished = 1; | var finished = 1; | ||||
| $('.autodoc_upload_status').children().remove(); | |||||
| $.each(temp.upload, function(id, file) { | $.each(temp.upload, function(id, file) { | ||||
| console.log(id,file); | console.log(id,file); | ||||
| var obj = $(".autodoc_template_progress").children(); | |||||
| var obj = $(".autodoc_template_progress").children().clone(); | |||||
| $(obj).children().html(file.obj.name); | $(obj).children().html(file.obj.name); | ||||
| $(obj).children().css('width', "50%"); | $(obj).children().css('width', "50%"); | ||||
| if ( file.progress==1) { | if ( file.progress==1) { |