Pascal Gloor 6 år sedan
förälder
incheckning
1469073559
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1
    2
      www/js/autodoc.js

+ 1
- 2
www/js/autodoc.js Visa fil

return xhr; return xhr;
}, },
success: function(data, status, xhr){ success: function(data, status, xhr){
var ctx = this.context;
console.log("upload_success_this", this); console.log("upload_success_this", this);
var ctx = this.context; var ctx = this.context;
temp.upload[ctx.id].progress = 100;
temp.upload[ctx['id']].progress = 100;


} }
}); });

Laddar…
Avbryt
Spara