update cam image to NE camera
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 20 Jan 2016 14:07:15 +0000 (09:07 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 20 Jan 2016 14:07:15 +0000 (09:07 -0500)
footer.php

index b627334..b31ac92 100644 (file)
@@ -16,7 +16,7 @@
                                     <script type="text/javascript">
                                         function reloadImg()
                                         {
-                                            document.getElementById('cam1').setAttribute('src','http://www.otsegocountymi.gov/images/resizedOtsegoCoNWCam.jpg?i=' + Math.random());
+                                            document.getElementById('cam1').setAttribute('src','http://www.otsegocountymi.gov/images/resizedOtsegoCoNECam.jpg?i=' + Math.random());
                                             setTimeout('reloadImg()', 10000);
                                         }
                                         reloadImg();