From: Anthony Talarico Date: Wed, 3 Aug 2016 18:50:45 +0000 (-0400) Subject: fixed syntax error, added missing } X-Git-Tag: v1.0.0^2~181 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5d0f1aea4a38ab72f76e90560dae36b663c999ff;p=WP-Themes%2Fpetoskeyarea.git fixed syntax error, added missing } --- 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 () {