Selaa lähdekoodia

almost ;)

master
Pascal Gloor 5 vuotta sitten
vanhempi
commit
532f701b36
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3
    2
      www/js/autodoc.js

+ 3
- 2
www/js/autodoc.js Näytä tiedosto

@@ -280,9 +280,10 @@ function upload_read_event(e) {
})(), false);
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;
console.log("upload_complete",data, status, xhr);
}
});

Loading…
Peruuta
Tallenna