Skip to content

Commit

Permalink
Fix class-name match
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Jan 29, 2025
1 parent 7b6f47a commit c714fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/algolia.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val SCRIPT_TAG = """
let iterations = 0;
function check() {
let headerElements = document.getElementsByClassName(".wh-header");
let headerElements = document.getElementsByClassName("wh-header");
if (headerElements.length < 1) {
iterations += 1;
Expand Down

0 comments on commit c714fa8

Please sign in to comment.