Pascal Gloor 5 anni fa
parent
commit
df27eb4b7c
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      www/js/autodoc.js

+ 3
- 0
www/js/autodoc.js Vedi File

@@ -327,11 +327,14 @@ function upload_status() {
$(obj).css('width', '100%');
$(obj).addClass('bg-danger');
$(obj).removeClass("progress-bar-animated");
$(obj).removeClass("progress-bar-striped");

}
else if (file.progress == 100) {
$(obj).html(file.obj.name);
$(obj).addClass('bg-success');
$(obj).removeClass('progress-bar-animated');
$(obj).removeClass("progress-bar-striped");
$(obj).css('width', '100%');
}
else if (file.progress < 50) {

Loading…
Annulla
Salva