Closed lewismc closed 7 years ago
Can confirm with Firefox Developer Tools (Tools → Web Developer → Web Console).
The mixed content error is because the font link is http
while the page is https
.
The Bootstrap/jQuery error might be because jQuery is loaded after Bootstrap in the page source, or because the jQuery $
variable is not exported where Bootstrap is looking for it.
I am going to address this right now.
@xiaomei7 the following file does not exist https://github.com/capstone-coal/capstone-coal.github.io/blob/master/index.html#L125
I've just removed it.
Hi @xiaomei7 when I load the Website in my Firefox browser with Firebug activated, I get the following errors. Can you look into them please.