refactor(offcanvas): remove debug log

This commit is contained in:
Herculino Trotta
2024-10-09 22:23:14 -03:00
parent f5baa07cdd
commit b118e57693
+2 -2
View File
@@ -3,7 +3,7 @@
tabindex="-1" tabindex="-1"
_="on htmx:afterSettle call bootstrap.Offcanvas.getOrCreateInstance(me).show() end _="on htmx:afterSettle call bootstrap.Offcanvas.getOrCreateInstance(me).show() end
on hide_offcanvas call bootstrap.Offcanvas.getOrCreateInstance(me).hide() 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"> on hidden.bs.offcanvas set my innerHTML to '' end">
</div> </div>
<div id="generic-offcanvas-left" class="offcanvas offcanvas-start offcanvas-size-xl" <div id="generic-offcanvas-left" class="offcanvas offcanvas-start offcanvas-size-xl"
@@ -11,6 +11,6 @@
tabindex="-1" tabindex="-1"
_="on htmx:afterSettle call bootstrap.Offcanvas.getOrCreateInstance(me).show() end _="on htmx:afterSettle call bootstrap.Offcanvas.getOrCreateInstance(me).show() end
on hide_offcanvas call bootstrap.Offcanvas.getOrCreateInstance(me).hide() 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"> on hidden.bs.offcanvas set my innerHTML to '' end">
</div> </div>