aboutsummaryrefslogtreecommitdiff
path: root/communities
diff options
context:
space:
mode:
Diffstat (limited to 'communities')
-rw-r--r--communities/red-right-hand/174bg.net/public/handbook/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/communities/red-right-hand/174bg.net/public/handbook/index.html b/communities/red-right-hand/174bg.net/public/handbook/index.html
index 9995afc..b8ab64c 100644
--- a/communities/red-right-hand/174bg.net/public/handbook/index.html
+++ b/communities/red-right-hand/174bg.net/public/handbook/index.html
@@ -819,7 +819,7 @@
});
function generateTableOfContents() {
- const headings = document.querySelectorAll("h1, h2, h3");
+ const headings = document.querySelectorAll("h1, h2, h3, h4, h5, h6");
const toc = document.createElement("nav");
toc.id = "table-of-contents";
const rootList = document.createElement("ul");