소스 검색

sdfs

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

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

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

}
});

Loading…
취소
저장