Change to once every minute
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 14 Aug 2017 19:44:24 +0000 (15:44 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 14 Aug 2017 19:44:24 +0000 (15:44 -0400)
For the cam images these need to load every minute.

js/app.js
js/custom/pageSetup.js
style.css

index 64c89b4..199f05d 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -51,7 +51,7 @@ $(document).ready(function () {
         $('#cam2').attr('src','http://cams.gaslightmedia.com/cameras/images/MacBridge_image1_medium.jpg?b=' + Math.random());
         $('#cam3').attr('src','http://cams.gaslightmedia.com/cameras/images/MacBridge_image3_medium.jpg?b=' + Math.random());
         $('#cam4').attr('src','http://cams.gaslightmedia.com/cameras/images/MacBridge_image4_medium.jpg?b=' + Math.random());
-    }, 10000);
+    }, 60000);
 
     var pdf_form = page.find( $(".pdf-form") );
     pdf_form.insertAfter(".gform_confirmation_message");
index bf37dc1..38f2715 100644 (file)
@@ -42,7 +42,7 @@ $(document).ready(function () {
         $('#cam2').attr('src','http://cams.gaslightmedia.com/cameras/images/MacBridge_image1_medium.jpg?b=' + Math.random());
         $('#cam3').attr('src','http://cams.gaslightmedia.com/cameras/images/MacBridge_image3_medium.jpg?b=' + Math.random());
         $('#cam4').attr('src','http://cams.gaslightmedia.com/cameras/images/MacBridge_image4_medium.jpg?b=' + Math.random());
-    }, 10000);
+    }, 60000);
 
     var pdf_form = page.find( $(".pdf-form") );
     pdf_form.insertAfter(".gform_confirmation_message");
index 2070b32..3c9de4b 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: MackinacBridgeAuthority
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for MackinacBridgeAuthority
-Version: 1.0.19
+Version: 1.0.20
 */