Link to explanatory comment

This commit is contained in:
justcool393 2023-07-22 13:52:24 -05:00
parent 577521f7c4
commit 24e664aae4

View file

@ -201,7 +201,7 @@
<script src="{{ 'js/comments+submission_listing.js' | asset }}"></script> <script src="{{ 'js/comments+submission_listing.js' | asset }}"></script>
<script src="{{ 'js/comments.js' | asset }}"></script> <script src="{{ 'js/comments.js' | asset }}"></script>
{# See #} {# See https://github.com/themotte/rDrama/pull/642#issuecomment-1646649781 for info on this section of the code #}
<script> <script>
{% if p and (not v or v.highlightcomments) %} {% if p and (not v or v.highlightcomments) %}
comments = JSON.parse(localStorage.getItem("comment-counts")) || {} comments = JSON.parse(localStorage.getItem("comment-counts")) || {}