Use window.$ to make VSCode syntax highlighting play nice

This commit is contained in:
Francis Lavoie 2023-09-07 14:18:30 -04:00
parent 2639f28a27
commit f10b1e85f1
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
8 changed files with 24 additions and 24 deletions

View file

@ -3,7 +3,7 @@ title: log (Caddyfile directive)
---
<script>
$(function() {
window.$(function() {
// We'll add links to all the subdirectives if a matching anchor tag is found on the page.
addLinksToSubdirectives();
});