From 5d0f1aea4a38ab72f76e90560dae36b663c999ff Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 3 Aug 2016 14:50:45 -0400 Subject: [PATCH] fixed syntax error, added missing } --- js/app.js | 1 + js/custom/pageSetup.js | 1 + 2 files changed, 2 insertions(+) diff --git a/js/app.js b/js/app.js index 556b8d5..c7c2d41 100644 --- a/js/app.js +++ b/js/app.js @@ -192,6 +192,7 @@ $(document).ready(function () { slidesToScroll: 1 }); } + } check_window_width(); $(window).resize(function () { diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index c7850db..51e15ea 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -183,6 +183,7 @@ $(document).ready(function () { slidesToScroll: 1 }); } + } check_window_width(); $(window).resize(function () { -- 2.17.1