// 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');
// 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');