Skip to content

Commit 0aaa3f3

Browse files
authored
Update javascript.html
1 parent 32b966c commit 0aaa3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/javascript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
// hide alerts when site is rendered on carpentries.github.io
5353
$(document).ready(function() {
5454
if (location.href.startsWith("https://carpentries.github.io/workshop-template/")) {
55-
$("div.alert").hide();
55+
$("div.alert-danger").hide();
5656
}
5757
});
5858
</script>

0 commit comments

Comments
 (0)