Add data-board to post container in order to allow quick-post-controls.js to work with overboard's / ukko theme
This commit is contained in:
parent
a481b5b4fb
commit
be28bdff8d
@ -1,6 +1,6 @@
|
||||
{% filter remove_whitespace %}
|
||||
{# tabs and new lines will be ignored #}
|
||||
<div class="postcontainer" id="pc{{ post.id }}">
|
||||
<div class="postcontainer" id="pc{{ post.id }}" data-board="{{ board.uri }}">
|
||||
<div class="sidearrows">>></div>
|
||||
<div class="post reply" id="reply_{{ post.id }}">
|
||||
<p class="intro">
|
||||
|
Loading…
Reference in New Issue
Block a user