deployed
This commit is contained in:
parent
b5b3b05abc
commit
7f2616f784
|
@ -24,14 +24,5 @@
|
||||||
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
|
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<script>
|
|
||||||
|
|
||||||
window.addEventListener('htmx:sendError', (e)=>{
|
|
||||||
$('.modal').modal('hide');
|
|
||||||
$('body').removeClass('modal-open');
|
|
||||||
$('.modal-backdrop').remove();
|
|
||||||
$('.modal .modal-content').remove();
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue