jQuery.FilterTable icon indicating copy to clipboard operation
jQuery.FilterTable copied to clipboard

Mixed content error preventing jQuery from loading from the CDN

Open bpainter opened this issue 9 years ago • 1 comments

The http was hard coded into the examples for the jQuery CDN. When using pages as https jQuery will fail to load.

Removed the http from the CDN links so it'll use either http or https.

bpainter avatar Dec 22 '15 18:12 bpainter

I'm on the fence with this because removing the protocol causes the asset load to fail with file:// when viewing the example pages when not deployed on a server.

sunnywalker avatar Feb 10 '16 17:02 sunnywalker