Pascal Gloor 6 лет назад
Родитель
Сommit
ab731642e7
1 измененных файлов: 3 добавлений и 1 удалений
  1. 3
    1
      www/js/autodoc.js

+ 3
- 1
www/js/autodoc.js Просмотреть файл

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);
temp.upload[this.context['id']].progress = 100;
var ctx = this.context;
temp.upload[ctx.id].progress = 100;


} }
}); });

Загрузка…
Отмена
Сохранить