From 32bb4eb874ceb76a76f03e99fb8be58509b49a29 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 14 Jun 2018 17:25:37 -0400 Subject: [PATCH] Changed sources to https. Remove sharethis. --- footer.php | 3 --- front-page.php | 8 ++++---- header.php | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/footer.php b/footer.php index 751049e..c964ffb 100644 --- a/footer.php +++ b/footer.php @@ -37,8 +37,5 @@ - - - diff --git a/front-page.php b/front-page.php index c0be503..0c179a2 100644 --- a/front-page.php +++ b/front-page.php @@ -16,7 +16,7 @@

Petoskey Harbor and Little Traverse Bay Camera

- Little Traverse Bay + Little Traverse Bay
@@ -28,7 +28,7 @@ href="http://cams.gaslightmedia.com/cameras/images/GLM-Basin-Large.jpg?x=1">Full

Downtown Petoskey

- Downtown Petoskey + Downtown Petoskey
@@ -69,10 +69,10 @@ href="http://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1"> refreshCam2(); }, 60000); function refreshCam1() { - jQuery('#cam1').attr('src', 'http://cams.gaslightmedia.com/cameras/images/GLM-Basin-MediumLarge.jpg?x=1?t=' + Date.now()); + jQuery('#cam1').attr('src', 'https://cams.gaslightmedia.com/cameras/images/GLM-Basin-MediumLarge.jpg?x=1?t=' + Date.now()); } function refreshCam2() { - jQuery('#cam2').attr('src', 'http://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1&t=' + Date.now()); + jQuery('#cam2').attr('src', 'https://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1&t=' + Date.now()); } jQuery('#rCam1').click(function(e){ e.preventDefault(); diff --git a/header.php b/header.php index 546b714..676cd22 100644 --- a/header.php +++ b/header.php @@ -5,7 +5,7 @@ <?php wp_title(); ?> - + -- 2.17.1