try fixing banners more
This commit is contained in:
parent
9f78414098
commit
06d4535eaa
@ -22,5 +22,5 @@ function nntpchan_inject_banners(elem, prefix) {
|
|||||||
var e = document.createElement("img");
|
var e = document.createElement("img");
|
||||||
e.src = banner;
|
e.src = banner;
|
||||||
e.id = "nntpchan_banner";
|
e.id = "nntpchan_banner";
|
||||||
elem.value = e;
|
elem.appendChild(e);
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
<div id="nntpchan_banner">
|
<div id="nntpchan_banner">
|
||||||
[banner]
|
|
||||||
</div>
|
</div>
|
||||||
<div id="threads_container">
|
<div id="threads_container">
|
||||||
{{#board.Threads}}
|
{{#board.Threads}}
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
<h4>We've Had {{totalposts}} Posts Since August 01 2015 </h4>
|
<h4>We've Had {{totalposts}} Posts Since August 01 2015 </h4>
|
||||||
</div>
|
</div>
|
||||||
<div id="nntpchan_banner">
|
<div id="nntpchan_banner">
|
||||||
[banner]
|
|
||||||
</div>
|
</div>
|
||||||
<div class="index-inner">
|
<div class="index-inner">
|
||||||
<table>
|
<table>
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
<div id="nntpchan_banner">
|
<div id="nntpchan_banner">
|
||||||
[banner]
|
|
||||||
</div>
|
</div>
|
||||||
<div class="thread" id="thread_{{thread.OP.PostHash}}">
|
<div class="thread" id="thread_{{thread.OP.PostHash}}">
|
||||||
<div class="thread_header">
|
<div class="thread_header">
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="nntpchan_banner">
|
<div id="nntpchan_banner">
|
||||||
[banner]
|
|
||||||
</div>
|
</div>
|
||||||
<div id="ukko_threads">
|
<div id="ukko_threads">
|
||||||
{{#threads}}
|
{{#threads}}
|
||||||
|
Reference in New Issue
Block a user