fixed syntax error, added missing }
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Aug 2016 18:50:45 +0000 (14:50 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Aug 2016 18:50:45 +0000 (14:50 -0400)
js/app.js
js/custom/pageSetup.js

index 556b8d5..c7c2d41 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -192,6 +192,7 @@ $(document).ready(function () {
                 slidesToScroll: 1
             });
         }
+    }
     
      check_window_width();
     $(window).resize(function () {
index c7850db..51e15ea 100644 (file)
@@ -183,6 +183,7 @@ $(document).ready(function () {
                 slidesToScroll: 1
             });
         }
+    }
     
      check_window_width();
     $(window).resize(function () {