Browse Source

testing

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

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

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

Loading…
Cancel
Save