Archived
1
0

try usimg correct prefixes

This commit is contained in:
Jeff Becker
2016-01-20 12:09:55 -05:00
parent 97faee8d1d
commit 9f78414098
3 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@
<script type="text/javascript" src="{{prefix}}static/nntpchan.js">
document.onload = function() {
var e = document.getElementById("nntpchan_banner");
nntpchan_inject_banners(e, "{{board.Prefix}}");
nntpchan_inject_banners(e, "{{prefix}}");
}
</script>
</body>