From 23a3ac7b485d59939bac5add36b95fa6f9d19667 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 19 Feb 2019 14:09:27 -0500 Subject: [PATCH] Comment console logs --- js/app.js | 2 +- js/custom/offCanvas.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index ffbfba2..f974e94 100644 --- a/js/app.js +++ b/js/app.js @@ -66,7 +66,7 @@ var g=a(f(this.selector(c),a("
").html(c.attr("title")).html())),h=thi // 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/offCanvas.js b/js/custom/offCanvas.js index 3c88223..6918fca 100644 --- a/js/custom/offCanvas.js +++ b/js/custom/offCanvas.js @@ -36,7 +36,7 @@ jQuery(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'); -- 2.17.1