From 5cd7c357360247ac4b76322d8f528dea4a931946 Mon Sep 17 00:00:00 2001 From: Bermon Painter Date: Tue, 22 Dec 2015 13:38:33 -0500 Subject: [PATCH] Mixed content error preventing jQuery from loading from the CDN 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`. --- examples/filtertable-all-terms.html | 2 +- examples/filtertable-any-term.html | 2 +- examples/filtertable-existing-input.html | 2 +- examples/filtertable-ignore-class.html | 2 +- examples/filtertable-ignore-columns.html | 2 +- examples/filtertable-min-chars.html | 2 +- examples/filtertable-min-rows.html | 2 +- examples/filtertable-quick.html | 2 +- examples/filtertable-sample.html | 2 +- examples/filtertable-striping.html | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/filtertable-all-terms.html b/examples/filtertable-all-terms.html index bc460f0..14ce0c2 100644 --- a/examples/filtertable-all-terms.html +++ b/examples/filtertable-all-terms.html @@ -84,7 +84,7 @@

Code

$('table').filterTable({
     filterExpression: 'filterTableFindAll'
 });
- + + + + + + + + + +