Pascal Gloor il y a 5 ans
Parent
révision
7bbbacae4a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js Voir le fichier

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

Chargement…
Annuler
Enregistrer