Quellcode durchsuchen

almost ;)

master
Pascal Gloor vor 6 Jahren
Ursprung
Commit
532f701b36
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 3
    2
      www/js/autodoc.js

+ 3
- 2
www/js/autodoc.js Datei anzeigen

})(), false); })(), false);
return xhr; return xhr;
}, },
success: function(id, status, xhr){
success: function(data, status, xhr){
console.log("upload_complete",this, data, status, xhr);
temp.upload[id].progress = 100; temp.upload[id].progress = 100;
console.log("upload_complete",data, status, xhr);
} }
}); });

Laden…
Abbrechen
Speichern