Archived
1
0

thread / post hider

This commit is contained in:
Jeff Becker
2017-04-19 11:05:32 -04:00
parent 0e68b9bc1f
commit 120357dacd
5 changed files with 287 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
{{{form}}}
{{#board.Threads}}
{{#Truncate}}
<div class="thread">
<div class="thread" id="thread_{{OP.PostHash}}">
{{{OP.RenderPost}}}
<div class="excluded">{{MissingPostCount}} posts excluded</div>
{{#Replies}}
@@ -47,5 +47,8 @@
<p class="legal">To make a DMCA request or report illegal content, please contact the administration</p>
</footer>
<hr />
<script type="text/javascript">
ready();
</script>
</body>
</html>