Merge pull request #463 from Rocket1184/hotfix/admin-page-comment-style

template: admin: add id `isso-root` to comments wrapper
This commit is contained in:
Benoît Latinier 2018-07-28 17:03:14 +02:00 committed by GitHub
commit b93e055677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ function send_edit(com_id, hash, isso_host_script) {
{% endfor %} {% endfor %}
</div> </div>
</div> </div>
<main> <div id="isso-root">
{% set thread_id = "no_id" %} {% set thread_id = "no_id" %}
{% for comment in comments %} {% for comment in comments %}
{% if order_by == "tid" %} {% if order_by == "tid" %}
@ -247,7 +247,7 @@ function send_edit(com_id, hash, isso_host_script) {
</div> </div>
</div> </div>
{% endfor %} {% endfor %}
</main> </div>
</div> </div>
</body> </body>
</html> </html>