From 9b85123f2b4b3175f7c5e4778e7385568c10b032 Mon Sep 17 00:00:00 2001 From: Lorenzo Bernasconi <44503408+limury@users.noreply.github.com> Date: Sun, 23 Oct 2022 12:30:27 +0200 Subject: [PATCH] Changed JQuery source to HTTPS Changed the source of the jQuery CDN to https so that it would not give the error: ```Mixed Content: The page at 'https://lab.possan.se/playlistcreator-example/' was loaded over HTTPS, but requested an insecure script 'http://code.jquery.com/jquery-1.11.1.js'. This request has been blocked; the content must be served over HTTPS.``` --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3723381..34727a3 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - + @@ -56,4 +56,4 @@

Corresponding track names

- \ No newline at end of file +