Widget:CollapseTOC: Difference between revisions
Jump to navigation
Jump to search
Created page with "__TOC__ <html><script> window.onload = onPageLoad(); function onPageLoad() { document.getElementById("toctogglecheckbox").checked = true; } </script></html>" |
No edit summary |
||
Line 1: | Line 1: | ||
<html><script> | <html><script> | ||
window.onload = onPageLoad(); | window.onload = onPageLoad(); |
Latest revision as of 18:42, 10 July 2024
<html><script> window.onload = onPageLoad();
function onPageLoad() {
document.getElementById("toctogglecheckbox").checked = true;
} </script></html>