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

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

@@ -236,9 +236,10 @@ function upload_handler() {

function upload_status() {
var finished = 1;
$('.autodoc_upload_status').children().remove();
$.each(temp.upload, function(id, file) {
console.log(id,file);
var obj = $(".autodoc_template_progress").children();
var obj = $(".autodoc_template_progress").children().clone();
$(obj).children().html(file.obj.name);
$(obj).children().css('width', "50%");
if ( file.progress==1) {

Loading…
Peruuta
Tallenna