deployed
This commit is contained in:
parent
d67245d514
commit
806635bf1f
|
@ -21,10 +21,35 @@
|
|||
></script>
|
||||
|
||||
<style>
|
||||
.rose-ash {
|
||||
.rose-ash {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.rose-ash h3 {
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.7.1.min.js"
|
||||
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
<script>
|
||||
|
||||
window.addEventListener('htmx:sendError', (e)=>{
|
||||
console.log('i got a send error!')
|
||||
$('.modal').modal('hide');
|
||||
$('body').removeClass('modal-open');
|
||||
$('.modal-backdrop').remove();
|
||||
$('.modal .modal-content').remove();
|
||||
|
||||
|
||||
console.log('got here too')
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
@ -1,14 +1,3 @@
|
|||
<style>
|
||||
.rose-ash * {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.rose-ash h3 {
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<div
|
||||
class="rose-ash"
|
||||
|
|
Loading…
Reference in New Issue