Closed mecachisenros closed 5 years ago
jQuery could not be available by the time processors templates render.
An error $ is not defined would be thrown breaking subsequent processor templates.
$ is not defined
No errors, processors templates js kicks in when jQuery is available.
Overview
jQuery could not be available by the time processors templates render.
Before
An error
$ is not defined
would be thrown breaking subsequent processor templates.After
No errors, processors templates js kicks in when jQuery is available.