From b118e57693d0cb72fd7627193c3412ce60e7eb9a Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Wed, 9 Oct 2024 22:23:14 -0300 Subject: [PATCH] refactor(offcanvas): remove debug log --- app/templates/includes/offcanvas.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/includes/offcanvas.html b/app/templates/includes/offcanvas.html index 625fa15..739db72 100644 --- a/app/templates/includes/offcanvas.html +++ b/app/templates/includes/offcanvas.html @@ -3,7 +3,7 @@ tabindex="-1" _="on htmx:afterSettle call bootstrap.Offcanvas.getOrCreateInstance(me).show() end on hide_offcanvas call bootstrap.Offcanvas.getOrCreateInstance(me).hide() end - on htmx:beforeOnLoad[detail.boosted] call bootstrap.Offcanvas.getOrCreateInstance(me).hide() then log event + on htmx:beforeOnLoad[detail.boosted] call bootstrap.Offcanvas.getOrCreateInstance(me).hide() on hidden.bs.offcanvas set my innerHTML to '' end">