浏览代码

almost ;)

master
Pascal Gloor 6 年前
父节点
当前提交
532f701b36
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      www/js/autodoc.js

+ 3
- 2
www/js/autodoc.js 查看文件

})(), false); })(), false);
return xhr; 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; temp.upload[id].progress = 100;
console.log("upload_complete",data, status, xhr);
} }
}); });

正在加载...
取消
保存