fixing syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 25 Jan 2016 13:21:50 +0000 (08:21 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 25 Jan 2016 13:21:50 +0000 (08:21 -0500)
js/app.js
js/custom/pageSetup.js

index 332ea3e..c9c4895 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -180,7 +180,7 @@ $(document).ready(function () {
             $("#departOff").val(minDays);
         }
     });
-    $('#block-1. #block-2, #block-3').bind('touchstart', function(){
+    $('#block-1, #block-2, #block-3').bind('touchstart', function(){
       
    });
 
index 659eef2..f693656 100644 (file)
@@ -171,7 +171,7 @@ $(document).ready(function () {
             $("#departOff").val(minDays);
         }
     });
-    $('#block-1. #block-2, #block-3').bind('touchstart', function(){
+    $('#block-1, #block-2, #block-3').bind('touchstart', function(){
       
    });