This commit is contained in:
Son 2022-07-04 15:33:52 +02:00
parent 1c419985b2
commit b1907fece1

View file

@ -723,12 +723,11 @@
</div> </div>
</div> </div>
{% endblock %} {% endblock %}
{% block script %}
{% block script %} <script>
<script>
let anchor = window.location.hash; let anchor = window.location.hash;
$(anchor).addClass("highlighted") $(anchor).addClass("highlighted")
</script> </script>
{% endblock %} {% endblock %}