try usimg correct prefixes
This commit is contained in:
parent
97faee8d1d
commit
9f78414098
@ -77,7 +77,7 @@
|
||||
<script src="{{prefix}}static/nntpchan.js" type="text/javascript">
|
||||
document.onload = function() {
|
||||
var e = document.getElementById("nntpchan_banner");
|
||||
nntpchan_inject_banners(e, "{{board.Prefix}}");
|
||||
nntpchan_inject_banners(e, "{{prefix}}");
|
||||
}
|
||||
</script>
|
||||
|
||||
|
@ -43,10 +43,10 @@
|
||||
{{/ thread.Replies}}
|
||||
</div>
|
||||
<br/>
|
||||
<script src="{{prefix}}static/nntpchan.js" type="text/javascript">
|
||||
<script src="{{thread.Prefix}}static/nntpchan.js" type="text/javascript">
|
||||
document.onload = function() {
|
||||
var e = document.getElementById("nntpchan_banner");
|
||||
nntpchan_inject_banners(e, "{{board.Prefix}}");
|
||||
nntpchan_inject_banners(e, "{{thread.Prefix}}");
|
||||
}
|
||||
</script>
|
||||
|
||||
|
@ -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