correcting cam image
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 20 Jan 2016 14:13:11 +0000 (09:13 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 20 Jan 2016 14:13:11 +0000 (09:13 -0500)
footer.php

index b31ac92..acc97de 100644 (file)
                                     <div class="small-11 small-centered medium-uncentered medium-4 columns item">
                                         <div id="webcam" class="block">
                                             <a href="<?php echo esc_url( get_permalink( 2743 ) ) ?>"><h5>Webcams</h5></a>
-                                            <a href="<?php echo esc_url( get_permalink( 2743 ) ) ?>"><img id="cam1" height="187" width="200" src=""></a>
+                                            <a href="<?php echo esc_url( get_permalink( 2743 ) ) ?>"><img id="fcam1" height="187" width="200" src=""></a>
                                         </div>
                                     <script type="text/javascript">
                                         function reloadImg()
                                         {
-                                            document.getElementById('cam1').setAttribute('src','http://www.otsegocountymi.gov/images/resizedOtsegoCoNECam.jpg?i=' + Math.random());
+                                            document.getElementById('fcam1').setAttribute('src','http://www.otsegocountymi.gov/images/resizedOtsegoCoNECam.jpg?i=' + Math.random());
                                             setTimeout('reloadImg()', 10000);
                                         }
                                         reloadImg();