particles.js icon indicating copy to clipboard operation
particles.js copied to clipboard

Uncaught ReferenceError: particlesJS is not defined

Open insight47 opened this issue 6 years ago • 2 comments

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.

insight47 avatar Dec 12 '19 08:12 insight47

I also have the same error

israel177 avatar May 04 '21 09:05 israel177

For your error, try removing the defer from the script

ddnazzah avatar Mar 27 '23 08:03 ddnazzah