ソースを参照

yep yep

master
Pascal Gloor 5年前
コミット
303d0f0eb8
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js ファイルの表示

@@ -262,7 +262,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: e.data,
context: { id: e.data },
processData: false,
xhr: function()
{

読み込み中…
キャンセル
保存