Auto-commit local changes before build (2026-03-20 12:18:18)
This commit is contained in:
parent
0cbd3e59b1
commit
ad9611e862
@ -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 %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user