mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 21:13:57 +00:00
fixing the call on js function
This commit is contained in:
@@ -76,7 +76,9 @@
|
||||
});
|
||||
}
|
||||
|
||||
jQuery(document).ready(initializeCFChoiceOptionsChoices('{{ form.vars.id }}'));
|
||||
document.addEventListener('DOMContentLoaded', function(event) {
|
||||
jQuery(document).ready(initializeCFChoiceOptionsChoices('{{ form.vars.id }}'));
|
||||
});
|
||||
</script>
|
||||
{% endblock cf_choices_row %}
|
||||
|
||||
|
Reference in New Issue
Block a user