add comments.js to /comments

This commit is contained in:
zrose584 2020-10-10 19:01:44 +02:00
parent 6a7d0557e2
commit 4844fa6d65

View File

@ -48,6 +48,11 @@
<a class="page-button more-comments" href="{{ comments_info['more_comments_url'] }}">More comments</a>
{% endif %}
</section>
{% if settings.use_comments_js %}
<script src="/youtube.com/static/js/common.js"></script>
<script src="/youtube.com/static/js/comments.js"></script>
{% endif %}
{% endblock main %}