Browse Source

almost ;)

master
Pascal Gloor 5 years ago
parent
commit
532f701b36
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      www/js/autodoc.js

+ 3
- 2
www/js/autodoc.js View File

})(), 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);
} }
}); });

Loading…
Cancel
Save