From 6ea3b39570f408b6ac585c0941129264fe1819f2 Mon Sep 17 00:00:00 2001 From: Bharat D Bhadresha Date: Mon, 11 Nov 2024 05:40:45 +0530 Subject: [PATCH] fix mixed content error The code in this page are not working because jquery was being fetched using `http` and the page itself was loaded using `https`. This commit fixed it by updating the URL of jquery to `https` --- 4-Beyond-Classical-Search/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-Beyond-Classical-Search/index.html b/4-Beyond-Classical-Search/index.html index cb1f079..0d28179 100644 --- a/4-Beyond-Classical-Search/index.html +++ b/4-Beyond-Classical-Search/index.html @@ -5,7 +5,7 @@ 4 Beyond Classical Search - +