Archived
1
0

try fixing banners more

This commit is contained in:
Jeff Becker 2016-01-20 12:11:38 -05:00
parent 9f78414098
commit 06d4535eaa
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
5 changed files with 1 additions and 5 deletions

View File

@ -22,5 +22,5 @@ function nntpchan_inject_banners(elem, prefix) {
var e = document.createElement("img");
e.src = banner;
e.id = "nntpchan_banner";
elem.value = e;
elem.appendChild(e);
}

View File

@ -30,7 +30,6 @@
</div>
<hr />
<div id="nntpchan_banner">
[banner]
</div>
<div id="threads_container">
{{#board.Threads}}

View File

@ -29,7 +29,6 @@
<h4>We've Had {{totalposts}} Posts Since August 01 2015 </h4>
</div>
<div id="nntpchan_banner">
[banner]
</div>
<div class="index-inner">
<table>

View File

@ -31,7 +31,6 @@
</div>
<hr />
<div id="nntpchan_banner">
[banner]
</div>
<div class="thread" id="thread_{{thread.OP.PostHash}}">
<div class="thread_header">

View File

@ -13,7 +13,6 @@
</head>
<body>
<div id="nntpchan_banner">
[banner]
</div>
<div id="ukko_threads">
{{#threads}}