Closed Asinox closed 6 years ago
$(document).render()
This is not jQuery, this is October. Make sure you include {% framework %}
tags so it works.
I did, but i got it
It could be a race condition, check the correct load order
{% framework %}
{% scripts %}
Framework include should come before the scripts injection.
I fixed the old jquery $(document).render() to $(document).ready();