mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Set resource reader flag in topic detail content
This commit is contained in:
@@ -113,12 +113,9 @@
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
<script>
|
||||
document.body.dataset.resourceReader = 'true';
|
||||
</script>
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ topic_name }}</h1>
|
||||
<script>document.body.dataset.resourceReader = "true";</script>
|
||||
<p class="subtitle">{{ topic.description }}</p>
|
||||
|
||||
{% if pdf_available and pdf_url %}
|
||||
|
||||
Reference in New Issue
Block a user