This commit is contained in:
2023-08-29 21:33:59 +02:00
parent 7f80b83809
commit 3f834cd7d2
11 changed files with 708 additions and 275 deletions

View File

@@ -1,3 +1,5 @@
document.body.addEventListener('htmx:responseError', function(evt) {
console.log(evt.detail);
});
window.onload = function() {
document.body.addEventListener('htmx:responseError', function(evt) {
console.log(evt.detail);
});
};