From 720a5905f5af7c7c78d2e310817d530892ef28e6 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 14 Jun 2018 17:27:53 -0400 Subject: [PATCH] Came images no longer using https --- front-page.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/front-page.php b/front-page.php index 0c179a2..c0be503 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', 'https://cams.gaslightmedia.com/cameras/images/GLM-Basin-MediumLarge.jpg?x=1?t=' + Date.now()); + jQuery('#cam1').attr('src', 'http://cams.gaslightmedia.com/cameras/images/GLM-Basin-MediumLarge.jpg?x=1?t=' + Date.now()); } function refreshCam2() { - jQuery('#cam2').attr('src', 'https://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1&t=' + Date.now()); + jQuery('#cam2').attr('src', 'http://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1&t=' + Date.now()); } jQuery('#rCam1').click(function(e){ e.preventDefault(); -- 2.17.1