Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lyricnz committed Jul 5, 2024
1 parent a663154 commit e2def45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/adhoc_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def generate_local_website():
# disable date selector
.replace("addControlWithHTML('date-selector'", "// ")
.replace("fetch(commits_url)", "new Promise( () => {} )")
# disable gtagr
# disable gtags
.replace("gtag(", "// gtag(")
)

Expand Down

0 comments on commit e2def45

Please sign in to comment.