From 393c5bc65570034fb43ed7f1d3f133f8f73c492d Mon Sep 17 00:00:00 2001 From: Xavier DETANT Date: Thu, 24 Jan 2019 21:05:05 +0100 Subject: [PATCH] load jquery via https This should avoid jquery to be blocked : https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content#Warnings_in_Web_Console --- htdocs/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index a9c8216..e886d73 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -3,7 +3,7 @@ ?> rc-switch raw data viewer - + Arduino Sketch | rc-switch | $this source @@ -32,4 +32,4 @@ $('.' + $(this).data('cid') ).remove(); }); }); - \ No newline at end of file +