Archived
1
0

add onload to body

This commit is contained in:
Jeff Becker
2016-03-07 21:00:54 -05:00
parent 693bcdeffd
commit 6392a606c4
4 changed files with 5 additions and 5 deletions

View File

@@ -19,8 +19,7 @@
<script src="{{thread.Prefix}}static/nntpchan.js" type="text/javascript"></script>
<title> {{thread.OP.Subject}} </title>
</head>
<body>
<body onload="main()">
<!-- begin navbar -->
{{{thread.Navbar}}}
<!-- end navbar -->