thread / post hider
This commit is contained in:
@@ -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>
|
||||
|
@@ -1,9 +1,9 @@
|
||||
<div id="{{post.PostHash}}"
|
||||
{{#post.OP}}
|
||||
class="messageroot"
|
||||
class="messageroot post"
|
||||
{{/post.OP}}
|
||||
{{^post.OP}}
|
||||
class="message"
|
||||
class="message post"
|
||||
{{/post.OP}}
|
||||
data-frontend="{{post.Frontend}}"
|
||||
data-newsgroup="{{post.Board}}"
|
||||
|
@@ -43,5 +43,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>
|
||||
|
@@ -37,7 +37,7 @@
|
||||
</div>
|
||||
{{#threads}}
|
||||
{{#Truncate}}
|
||||
<div class="thread">
|
||||
<div class="thread" id="thread_{{OP.PostHash}}">
|
||||
Posted on <a href="{{BoardURL}}">{{Board}}</a>
|
||||
<br />
|
||||
{{{OP.RenderTruncatedPost}}}
|
||||
@@ -54,5 +54,8 @@
|
||||
<p class="legal">All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
|
||||
<p class="legal">To make a DMCA request or report illegal content, please contact the administration</p>
|
||||
</footer>
|
||||
<script type="text/javascript">
|
||||
ready();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user