From: Laury GvR Date: Thu, 14 Jun 2018 21:27:53 +0000 (-0400) Subject: Came images no longer using https X-Git-Tag: v1.0.13^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=720a5905f5af7c7c78d2e310817d530892ef28e6;p=WP-Themes%2Fpetoskey.git Came images no longer using https --- 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();