image-map-resizer icon indicating copy to clipboard operation
image-map-resizer copied to clipboard

Example project mixed content https errors

Open oldmankit opened this issue 3 years ago • 0 comments

Loading https://davidjbradshaw.com/imagemap-resizer/example/ gives the following browser console errors:

Mixed Content: The page at 'https://davidjbradshaw.com/imagemap-resizer/example/' was loaded over HTTPS, but requested an insecure script 'http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js'. This request has been blocked; the content must be served over HTTPS.
(index):143 Uncaught ReferenceError: $ is not defined
    at (index):143

The plugin doesn't seem to load on that page and the map coordinates don't line up with the image.

oldmankit avatar Dec 19 '21 01:12 oldmankit