Browse Source

trying stuff

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

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

@@ -261,7 +261,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 id = e.data; return function(){ return id; }})(),
context: $(e.data).clone(),
processData: false,
xhr: function()
{

Loading…
Cancel
Save