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