Template:CollapseTOC: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
__TOC__ | |||
<html> | <html> | ||
<script> | <script> |
Revision as of 14:50, 17 July 2020
<html> <script> window.onload = onPageLoad();
function onPageLoad() {
document.getElementById("toctogglecheckbox").checked = true;
} </script> </html>