Open insight47 opened 4 years ago
We had ParticlesJS working @ https://digital.insightdesign.com.au/, overlaying the full width/height image slider.
However, it stopped working today with no changes made to the site.
The console says: Uncaught ReferenceError: particlesJS is not defined
We are calling:
<script type="text/javascript" src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js" defer data-deferred="1"></script>
There are no resources generating a 404, and no other JS errors in console.
Help appreciated.
I also have the same error
For your error, try removing the defer from the script
We had ParticlesJS working @ https://digital.insightdesign.com.au/, overlaying the full width/height image slider.
However, it stopped working today with no changes made to the site.
The console says: Uncaught ReferenceError: particlesJS is not defined
We are calling:
<script type="text/javascript" src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js" defer data-deferred="1"></script>
There are no resources generating a 404, and no other JS errors in console.
Help appreciated.