more
This commit is contained in:
@@ -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);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user