We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b966c commit 0aaa3f3Copy full SHA for 0aaa3f3
_includes/javascript.html
@@ -52,7 +52,7 @@
52
// hide alerts when site is rendered on carpentries.github.io
53
$(document).ready(function() {
54
if (location.href.startsWith("https://carpentries.github.io/workshop-template/")) {
55
- $("div.alert").hide();
+ $("div.alert-danger").hide();
56
}
57
});
58
</script>
0 commit comments