Auto-commit local changes before build (2026-03-20 12:18:18)

This commit is contained in:
Ivo Oskamp 2026-03-20 12:18:18 +01:00
parent 0cbd3e59b1
commit ad9611e862

View File

@ -227,7 +227,7 @@
</div>
<script>
(function () {
document.addEventListener('DOMContentLoaded', function () {
var modalEl = document.getElementById('coveLinkModal');
if (!modalEl) return;
var modal = new bootstrap.Modal(modalEl);
@ -293,7 +293,7 @@
modal.show();
});
});
})();
});
</script>
{% endblock %}