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