[UPDT] HORILLA: Prevent duplicate select2 event triggers on HTMX updates

This commit is contained in:
Horilla
2025-07-05 15:39:50 +05:30
parent 5cae06549a
commit f980d5daa3
8 changed files with 21 additions and 49 deletions

View File

@@ -22,7 +22,7 @@
{% for cat_id, category in catagories.items %}
<div class="oh-accordion">
<div class="oh-accordion-header">{{category}}</div>
<div
<div
class="oh-accordion-body"
style="
max-height: 500px; overflow-y: auto;
@@ -108,4 +108,4 @@
$(".selectAll").click();
});
});
</script>
</script>