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

index 8db6766..26a3b5f 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -122,7 +122,7 @@ $(document).ready(function () {
     });
     setInterval(function(){
         $('#cam1').attr('src','http://www.otsegocountymi.gov/images/OtsegoCoNWCam.jpg?b=' + Math.random());
-        $('#cam2').attr('src','/var/www/server/otsegocountymi.gov/web/images/OtsegoCoWcam.jpg?i=' + Math.random());
+        $('#cam2').attr('src','http://www.otsegocountymi.gov/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());
index 592432e..b79969b 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','/var/www/server/otsegocountymi.gov/web/images/OtsegoCoWcam.jpg?i=' + Math.random());
+        $('#cam2').attr('src','http://www.otsegocountymi.gov/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());