Pascal Gloor пре 5 година
родитељ
комит
ab731642e7
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3
    1
      www/js/autodoc.js

+ 3
- 1
www/js/autodoc.js Прегледај датотеку

@@ -282,8 +282,10 @@ function upload_read_event(e) {
return xhr;
},
success: function(data, status, xhr){
var ctx = this.context;
console.log("upload_success_this", this);
temp.upload[this.context['id']].progress = 100;
var ctx = this.context;
temp.upload[ctx.id].progress = 100;

}
});

Loading…
Откажи
Сачувај