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

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

})(), false); })(), false);
return xhr; 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; temp.upload[id].progress = 100;
console.log("upload_complete",data, status, xhr);
} }
}); });

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