[UPDT] HORILLA: Prevent duplicate select2 event triggers on HTMX updates
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user