fixing syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 22 Jan 2016 20:57:21 +0000 (15:57 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 22 Jan 2016 20:57:21 +0000 (15:57 -0500)
js/app.js
js/custom/pageSetup.js

index 1f81eff..76898a8 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 b2e5d34..d1d249e 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(){
         
     });