소스 검색

yep

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

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

@@ -282,8 +282,10 @@ function upload_read_event(e) {
return xhr;
},
success: function(data, status, xhr){
var ctx = this.context;
console.log("upload_success_this", this);
temp.upload[this.context['id']].progress = 100;
var ctx = this.context;
temp.upload[ctx.id].progress = 100;

}
});

Loading…
취소
저장