The problem is a bit strange, when uploading a site to a host in the console an error occurs
jQuery.Deferred exception: Cannot read property 'getElementsByClassName' of null TypeError: Cannot read property 'getElementsByClassName' of null at window.particlesJS (http://fellpayeer.ru/lib/particles.min.js:9:22397) at HTMLDocument.<anonymous> (http://fellpayeer.ru/js/js.js:1:704) at j (http://fellpayeer.ru/lib/jquery-3.1.0.min.js:2:29568) at k (http://fellpayeer.ru/lib/jquery-3.1.0.min.js:2:29882) undefined jquery-3.1.0.min.js:2 Uncaught TypeError: Cannot read property 'getElementsByClassName' of null
The problem is that when launching the same site on the local host (Open Server) there are no errors, everything works as it should be! What can be wrong? I read on the Internet that people are helped by replacing the jquery version from 3 to 2, I tried, it did not help. What to do?