Template:CollapseTOC: Difference between revisions

From Trek DB
Jump to navigation Jump to search
Replaced content with "<html> window.onload = onPageLoad(); function onPageLoad() { document.getElementById("toctogglecheckbox").checked = true; } </html>"
Tag: Replaced
No edit summary
Line 1: Line 1:
<html>
<html>
<script>
window.onload = onPageLoad();
window.onload = onPageLoad();


Line 5: Line 6:
   document.getElementById("toctogglecheckbox").checked = true;
   document.getElementById("toctogglecheckbox").checked = true;
}
}
</script>
</html>
</html>

Revision as of 14:47, 17 July 2020

<html> <script> window.onload = onPageLoad();

function onPageLoad() {

 document.getElementById("toctogglecheckbox").checked = true;

} </script> </html>