From cdb9c53bd835218fcc00e49d3f34cf8b5fc7f719 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 16 Aug 2018 15:47:11 -0400 Subject: [PATCH] Removed unnecessary console log statements --- js/app.js | 4 ++-- js/custom/pageSetup.js | 4 ++-- parts/dropdown-map.php | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/js/app.js b/js/app.js index 3263494..b589492 100644 --- a/js/app.js +++ b/js/app.js @@ -31,7 +31,7 @@ $(document).ready(function () { if( $(this).children('ul').length > 0 ){ let menuParent = $(this).parent(); $(this).on("click", function(e){ - console.log($(this).parent()) + //console.log($(this).parent()) if( $(this).parent().hasClass('sub-menu-section') ){ collapseMenu = true; } @@ -50,7 +50,7 @@ $(document).ready(function () { // alter the orientation of the nav arrow, it's the only el that uses a plain open class instead of oc-open $(this).children('a').toggleClass('open'); $(this).children('a').siblings('ul').toggleClass('oc-open'); - console.log(childMenuVisible); + //console.log(childMenuVisible); if( collapseMenu && childMenuVisible){ other_menu.toggleClass("oc-hidden"); // $(this).children('a').siblings('ul').toggleClass('oc-open'); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 7a30036..d083a65 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -22,7 +22,7 @@ $(document).ready(function () { if( $(this).children('ul').length > 0 ){ let menuParent = $(this).parent(); $(this).on("click", function(e){ - console.log($(this).parent()) + //console.log($(this).parent()) if( $(this).parent().hasClass('sub-menu-section') ){ collapseMenu = true; } @@ -41,7 +41,7 @@ $(document).ready(function () { // alter the orientation of the nav arrow, it's the only el that uses a plain open class instead of oc-open $(this).children('a').toggleClass('open'); $(this).children('a').siblings('ul').toggleClass('oc-open'); - console.log(childMenuVisible); + //console.log(childMenuVisible); if( collapseMenu && childMenuVisible){ other_menu.toggleClass("oc-hidden"); // $(this).children('a').siblings('ul').toggleClass('oc-open'); diff --git a/parts/dropdown-map.php b/parts/dropdown-map.php index 190e6dc..4780dec 100644 --- a/parts/dropdown-map.php +++ b/parts/dropdown-map.php @@ -64,7 +64,7 @@