瀏覽代碼

faster

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

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

conf.run.upload_handler = 0; conf.run.upload_handler = 0;
} }
else { else {
setTimeout(function () { upload_handler(); }, 2000);
setTimeout(function () { upload_handler(); }, 500);
} }
} }


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

Loading…
取消
儲存