Bootstrap doesn't load correctly.
Bootstrap doesn't load correctly.
Link to test case: https://www.kolitop.com/ladder
DevTools failed to load SourceMap: Could not load content for https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
I've been using datatables on my website for a few months, out of nowhere a CDN load started to fail. I downloaded the whole file and mentioned it manually, but it still doesn't work.
This question has an accepted answers - jump to answer
Answers
That link isn't one of ours, it's a Cloudflare link to Bootstrap. We use this:
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.css
in our examples, so maybe switch to that?
Colin