瀏覽代碼

debgu

master
Pascal Gloor 5 年之前
父節點
當前提交
b129ab444f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js 查看文件

@@ -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…
取消
儲存