Archived
1
0

i hate js

This commit is contained in:
Jeff Becker
2016-01-20 12:16:30 -05:00
parent 329eca6af3
commit 9340b9088e
4 changed files with 13 additions and 11 deletions

View File

@@ -13,6 +13,7 @@
<head>
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" />
<script src="{{prefix}}static/nntpchan.js" type="text/javascript"></script>
<title> {{frontend}} on nntpchan </title>
</head>
<body>
@@ -73,7 +74,7 @@
</div>
</div>
</center>
<script src="{{prefix}}static/nntpchan.js" type="text/javascript">
<script type="text/javascript">
var e = document.getElementById("nntpchan_banner");
nntpchan_inject_banners(e, "{{prefix}}");
</script>