From: Laury GvR Date: Tue, 19 Feb 2019 19:09:27 +0000 (-0500) Subject: Comment console logs X-Git-Tag: v1.0.0^2~63 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=23a3ac7b485d59939bac5add36b95fa6f9d19667;p=WP-Themes%2Fuptravel.git Comment console logs --- 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');