Changed the url of the second webcam image
authorLaury GvR <laury@gaslightmedia.com>
Fri, 11 Nov 2016 19:00:00 +0000 (14:00 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 11 Nov 2016 19:00:00 +0000 (14:00 -0500)
js/custom/pageSetup.js

index 28f32d0..592432e 100644 (file)
@@ -113,7 +113,7 @@ $(document).ready(function () {
     });
     setInterval(function(){
         $('#cam1').attr('src','http://www.otsegocountymi.gov/images/OtsegoCoNWCam.jpg?b=' + Math.random());
-        $('#cam2').attr('src','http://www.otsegocountymi.gov/images/OtsegoCoWcam.jpg?i=' + Math.random());
+        $('#cam2').attr('src','/var/www/server/otsegocountymi.gov/web/images/OtsegoCoWcam.jpg?i=' + Math.random());
         // To be enabled when the webcam "East" is online
         //$('#cam3').attr('src','http://www.otsegocountymi.gov/images/OtsegoCoEcam.jpg?i=' + Math.random());
         $('#cam4').attr('src','http://www.otsegocountymi.gov/images/OtsegoCoNECam.jpg?i=' + Math.random());