Archived
1
0
This commit is contained in:
Jeff Becker 2018-03-09 07:07:44 -05:00
parent 95e96db324
commit 5683e6eba0
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -42,7 +42,8 @@
{{{form}}} {{{form}}}
{{#board.Threads}} {{#board.Threads}}
{{#BumpLock}} {{#BumpLock}}
<div class="thread bumplock" id="thread_{{OP.PostHash}}"> <div class="thread bumplock" id="thread_{{OP.PostHash}}">
{{/BumpLock}}
{{^BumpLock}} {{^BumpLock}}
<div class="thread" id="thread_{{OP.PostHash}}"> <div class="thread" id="thread_{{OP.PostHash}}">
{{/BumpLock}} {{/BumpLock}}