From 3f5a2d3ec0ab4c4a7efd8aca72a0210e8d2b9a3f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 30 Aug 2018 16:07:58 -0400 Subject: [PATCH] fixing off canvas toggle for desktop view --- functions.php | 2 +- header.php | 2 +- js/app.js | 11 ++++++----- js/custom/pageSetup.js | 11 ++++++----- style.css | 2 +- 5 files changed, 15 insertions(+), 13 deletions(-) diff --git a/functions.php b/functions.php index 413739d..b1122b5 100644 --- a/functions.php +++ b/functions.php @@ -86,7 +86,7 @@ function glm_site_scripts() 'glm_foundation', get_template_directory_uri() . '/js/app.js', 'jquery', - '1.0.52', + '1.0.53', true ); diff --git a/header.php b/header.php index 34527cb..9705c96 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - +