From: Steve Sutton Date: Mon, 25 Jun 2018 17:10:46 +0000 (-0400) Subject: Update for ssl X-Git-Tag: v1.0.14^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=458db8746c6436800c1b90aec7f6000a091334b6;p=WP-Themes%2Fpetoskey.git Update for ssl https --- 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();