try usimg correct prefixes
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user