From: Laury GvR Date: Fri, 11 Nov 2016 19:00:00 +0000 (-0500) Subject: Changed the url of the second webcam image X-Git-Tag: v1.0.27^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9cdeeaacf8924c1a5b9f135ed45d4cd50e02fb1a;p=WP-Themes%2Fotsego.git Changed the url of the second webcam image --- 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());