This commit is contained in:
DerTyp187
2021-11-12 22:37:48 +01:00
parent dfc4f054ed
commit 31fb809567
2 changed files with 2 additions and 3 deletions

View File

@@ -43,9 +43,7 @@
document.getElementById("a-{{ category_title }}").classList.add("a-current");
{% else %}
document.getElementById("a-{{ category_obj.title }}").classList.add("a-current");
{% endif %}
{% endif %}
</script>
</body>
</html>