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

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

@@ -280,9 +280,10 @@ function upload_read_event(e) {
})(), false);
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;
console.log("upload_complete",data, status, xhr);
}
});

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