Ver código fonte

trying stuff

master
Pascal Gloor 5 anos atrás
pai
commit
25e0283ea3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js Ver arquivo

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

Carregando…
Cancelar
Salvar