Documentation

This commit is contained in:
squidfunk 2023-10-16 18:36:10 +02:00
parent f6fd27240c
commit 2f071fdb9a
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF

View File

@ -67,7 +67,7 @@ extra_javascript:
``` javascript
document$.subscribe(function() {
console.log("Page loaded.") // or whatever it is you want to do
console.log("Initialize third-party libraries here")
})
```