Browse Source

fix issue

tags/v1.22.9.2^2
zhoupzh 3 years ago
parent
commit
28656dac3d
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      web_src/js/features/cloudbrainShow.js

+ 7
- 1
web_src/js/features/cloudbrainShow.js View File

@@ -121,7 +121,13 @@ export default async function initCloudrainSow() {
}, 1000);
scrollAnimation(logContentDom, logContentDom.scrollTop, 0);
}
);
).fail((err) => {
$(`#log${version_name} .ui.inverted.active.dimmer`).css(
"display",
"none"
);
throw err;
});
});
$(".log_bottom").click(function (e) {
let version_name = $(this).data("version");


Loading…
Cancel
Save