瀏覽代碼

trying desperately

master
Pascal Gloor 5 年之前
父節點
當前提交
b68585dbcd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      www/js/autodoc.js

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

@@ -269,7 +269,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 x = e.data; return x; }()),
context: "" + (function() { var x = e.data; return x; }()),
processData: false,
xhr: function () {
var xhr = $.ajaxSettings.xhr();

Loading…
取消
儲存