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

+ 1
- 1
www/js/autodoc.js Vedi File

@@ -242,7 +242,7 @@ function upload_status() {
$(obj).children().html(file.obj.name);
$(obj).children().css('width', "50%");
if ( file.progress==1) {
if ( file.error ) {
if ( file.error != null ) {
$(obj).children().html(file.name + ': ' + file.error);
$(obj).children().addClass('bg-danger');
$(obj).children().removeClass("progress-bar-animated");

Loading…
Annulla
Salva