From 9cdeeaacf8924c1a5b9f135ed45d4cd50e02fb1a Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 11 Nov 2016 14:00:00 -0500 Subject: [PATCH] Changed the url of the second webcam image --- js/custom/pageSetup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 28f32d0..592432e 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -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()); -- 2.17.1