瀏覽代碼

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…
取消
儲存