From 458db8746c6436800c1b90aec7f6000a091334b6 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 25 Jun 2018 13:10:46 -0400 Subject: [PATCH] Update for ssl https --- front-page.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/front-page.php b/front-page.php index c0be503..b0b8ab9 100644 --- a/front-page.php +++ b/front-page.php @@ -16,19 +16,19 @@

Petoskey Harbor and Little Traverse Bay Camera

- Little Traverse Bay + Little Traverse Bay

Full ResolutionRefresh Image (image updates at one minute intervals) • Web Camera Image Policy

+href="https://cams.gaslightmedia.com/cameras/images/GLM-Basin-Large.jpg?x=1">Full Resolution • Refresh Image (image updates at one minute intervals) • Web Camera Image Policy

Downtown Petoskey

- Downtown Petoskey + Downtown Petoskey
@@ -39,7 +39,7 @@ href="http://cams.gaslightmedia.com/cameras/images/GLM-Basin-Large.jpg?x=1">Full
-

Full ResolutionRefresh Image (image updates at one minute intervals) • Web Camera Image Policy

+

Full ResolutionRefresh Image (image updates at one minute intervals) • Web Camera Image Policy

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

Full ResolutionRefresh Image (image updates at one minute intervals) • Web Camera Image Policy

+href="https://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1">Full Resolution • Refresh Image (image updates at one minute intervals) • Web Camera Image Policy

@@ -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(); -- 2.17.1