Explorar el Código

yep yep

master
Pascal Gloor hace 5 años
padre
commit
303d0f0eb8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      www/js/autodoc.js

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

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

Cargando…
Cancelar
Guardar