Browse Source

yep yep

master
Pascal Gloor 5 years ago
parent
commit
303d0f0eb8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js View File

@@ -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()
{

Loading…
Cancel
Save