Remove call from removed loadCounter function

This commit is contained in:
Antoine Bartuccio 2025-02-23 18:05:37 +01:00
parent 1978658b9c
commit f4ff247862

View File

@ -261,8 +261,5 @@
{%- endif -%}
{%- endfor -%}
];
window.addEventListener("DOMContentLoaded", () => {
loadCounter();
});
</script>
{% endblock script %}