为什么这个网站卡在预(惰性)加载器中?

why is this website stuck in the pre (lazy) loader?

急求帮助:此网站不知何故“崩溃”并卡在预加载程序中 https://thelosertakesitall.com/ – 我想知道为什么以及如何修复它,谢谢!

我尝试删除显示加载器的元素,但它只是停留在空白屏幕上。我知道代码很旧,是由我不再联系的人设置的。

jQuery 未加载,因为:

Mixed Content: The page at 'https://thelosertakesitall.com/' was loaded over HTTPS, but requested an insecure script 'http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js'. This request has been blocked; the content must be served over HTTPS.

努力改变

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <!-- Load jQuery library -->

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <!-- Load jQuery library -->