Archived
1
0

try fixing banners more

This commit is contained in:
Jeff Becker
2016-01-20 12:00:28 -05:00
parent ba0f5471a3
commit ab3da1edee
4 changed files with 18 additions and 6 deletions

View File

@@ -16,8 +16,10 @@
<script src="{{prefix}}static/nntpchan.js" type="text/javascript">
</script>
<script>
var e = document.getElementById("nntpchan_banner");
nntpchan_inject_banners(e, "{{board.Prefix}}");
document.onload = function() {
var e = document.getElementById("nntpchan_banner");
nntpchan_inject_banners(e, "{{board.Prefix}}");
}
</script>
<title> {{frontend}} on nntpchan </title>
</head>