Browse Source

debgu

master
Pascal Gloor 5 years ago
parent
commit
b129ab444f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js View 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…
Cancel
Save