浏览代码

style ;)

master
Pascal Gloor 6 年前
父节点
当前提交
df27eb4b7c
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      www/js/autodoc.js

+ 3
- 0
www/js/autodoc.js 查看文件

$(obj).css('width', '100%'); $(obj).css('width', '100%');
$(obj).addClass('bg-danger'); $(obj).addClass('bg-danger');
$(obj).removeClass("progress-bar-animated"); $(obj).removeClass("progress-bar-animated");
$(obj).removeClass("progress-bar-striped");

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

正在加载...
取消
保存