Comment console logs
authorLaury GvR <laury@gaslightmedia.com>
Tue, 19 Feb 2019 19:09:27 +0000 (14:09 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 19 Feb 2019 19:09:27 +0000 (14:09 -0500)
js/app.js
js/custom/offCanvas.js

index ffbfba2..f974e94 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -66,7 +66,7 @@ var g=a(f(this.selector(c),a("<div></div>").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');         
index 3c88223..6918fca 100644 (file)
@@ -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');