浏览代码

trying stuff

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

+ 1
- 1
www/js/autodoc.js 查看文件

@@ -261,7 +261,7 @@ function upload_read_event(e) {
url: conf.openapi + "/documents/" + temp.documentid + "/data",
data: e.target.result,
contentType: temp.upload[e.data].obj.type,
context: (function() { var id = e.data; return function(){ return id; }})(),
context: $(e.data).clone(),
processData: false,
xhr: function()
{

正在加载...
取消
保存