Skip to content

Commit

Permalink
fix: update docs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeX4 authored Dec 17, 2023
1 parent e99d594 commit 448ad2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/scripts/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ function setUpTooltip(t) {
}
function alertClose(t) {
t.addEventListener("click", () => {
t.preventDefault()
var alertElement = document.querySelector(".alert");
alertElement.style.display = "none";
}
Expand Down

0 comments on commit 448ad2a

Please sign in to comment.