Pascal Gloor hace 5 años
padre
commit
b129ab444f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js Ver fichero

@@ -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");

Cargando…
Cancelar
Guardar