Browse Source

trying desperately

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

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

url: conf.openapi + "/documents/" + temp.documentid + "/data", url: conf.openapi + "/documents/" + temp.documentid + "/data",
data: e.target.result, data: e.target.result,
contentType: temp.upload[e.data].obj.type, 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, processData: false,
xhr: function () { xhr: function () {
var xhr = $.ajaxSettings.xhr(); var xhr = $.ajaxSettings.xhr();

Loading…
Cancel
Save