Update for ssl
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 25 Jun 2018 17:10:46 +0000 (13:10 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 25 Jun 2018 17:10:46 +0000 (13:10 -0400)
https

front-page.php

index c0be503..b0b8ab9 100644 (file)
         <div class="row collapse">
             <div id="first-row" class="small-11 small-centered large-uncentered large-12 columns">
                 <h1 class="text-center">Petoskey Harbor and Little Traverse Bay Camera</h1>
-                <img id="cam1" alt="Little Traverse Bay" src="http://cams.gaslightmedia.com/cameras/images/GLM-Basin-MediumLarge.jpg?x=1">
+                <img id="cam1" alt="Little Traverse Bay" src="https://cams.gaslightmedia.com/cameras/images/GLM-Basin-MediumLarge.jpg?x=1">
             </div>
         </div>
         <div class="row collapse">
             <div class="small-11 small-centered large-uncentered large-12 columns">
                 <p><a target="_blank"
-href="http://cams.gaslightmedia.com/cameras/images/GLM-Basin-Large.jpg?x=1">Full Resolution</a> &bullet; <a id="rCam1" href="#">Refresh Image</a> (image updates at one minute intervals) &bullet;<a href="<?php echo home_url('/'); ?>web-cam-policy/"> Web Camera Image Policy </a></p>
+href="https://cams.gaslightmedia.com/cameras/images/GLM-Basin-Large.jpg?x=1">Full Resolution</a> &bullet; <a id="rCam1" href="#">Refresh Image</a> (image updates at one minute intervals) &bullet;<a href="<?php echo home_url('/'); ?>web-cam-policy/"> Web Camera Image Policy </a></p>
             </div>
         </div>
         <div id="second-row" class="row collapse">
             <div id="down-town" class="small-11 small-centered large-uncentered large-8 columns">
                 <h2 class="text-center large-text-left">Downtown Petoskey</h2>
-                <img id="cam2" alt="Downtown Petoskey" src="http://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1">
+                <img id="cam2" alt="Downtown Petoskey" src="https://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1">
             </div>
             <div class="show-for-large-up large-4 columns text-center right">
                <div class="iframe-screen">
@@ -39,7 +39,7 @@ href="http://cams.gaslightmedia.com/cameras/images/GLM-Basin-Large.jpg?x=1">Full
                     <iframe src="https://player.vimeo.com/video/128990353" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
             </div>
             <div class="show-for-medium-down small-11 columns small-centered">
-                <p><a  target="_blank" href="http://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1">Full Resolution</a> &bullet; <a id="rCam2" href="#">Refresh Image</a> (image updates at one minute intervals) &bullet;<a href="<?php echo home_url('/'); ?>web-cam-policy/"> Web Camera Image Policy </a></p>
+                <p><a  target="_blank" href="https://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1">Full Resolution</a> &bullet; <a id="rCam2" href="#">Refresh Image</a> (image updates at one minute intervals) &bullet;<a href="<?php echo home_url('/'); ?>web-cam-policy/"> Web Camera Image Policy </a></p>
             </div>
         </div>
         <div class="row">
@@ -50,7 +50,7 @@ href="http://cams.gaslightmedia.com/cameras/images/GLM-Basin-Large.jpg?x=1">Full
         </div>
         <div id="final-row" class="row large-collapse show-for-large-up">
             <p><a target="_blank"
-href="http://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1">Full Resolution</a> &bullet; <a id="rCam3" href="#">Refresh Image</a> (image updates at one minute intervals) &bullet; <a href="<?php echo home_url('/'); ?>web-cam-policy/"> Web Camera Image Policy </a> </p>
+href="https://cams.gaslightmedia.com/cameras/images/GLM-Downtown-Medium.jpg?x=1">Full Resolution</a> &bullet; <a id="rCam3" href="#">Refresh Image</a> (image updates at one minute intervals) &bullet; <a href="<?php echo home_url('/'); ?>web-cam-policy/"> Web Camera Image Policy </a> </p>
         </div>
 
         <div class="row">
@@ -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();