소스 검색

almost ;)

master
Pascal Gloor 5 년 전
부모
커밋
532f701b36
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      www/js/autodoc.js

+ 3
- 2
www/js/autodoc.js 파일 보기

@@ -280,9 +280,10 @@ function upload_read_event(e) {
})(), false);
return xhr;
},
success: function(id, status, xhr){
success: function(data, status, xhr){
console.log("upload_complete",this, data, status, xhr);
temp.upload[id].progress = 100;
console.log("upload_complete",data, status, xhr);
}
});

Loading…
취소
저장