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