From 2f071fdb9ad73370da2c15952b5ffa1a79ed4b97 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 16 Oct 2023 18:36:10 +0200 Subject: [PATCH] Documentation --- docs/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customization.md b/docs/customization.md index 9e5c87dba..93097efa9 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -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") }) ```