Fixed Get Involved dropdown

This commit is contained in:
Noelia Nunez
2016-09-23 12:47:38 -05:00
parent 750f649c71
commit 3a05efb10b
@@ -17,6 +17,10 @@ jQuery(document).ready(function($){
$(this).parent().toggleClass('menu-open');
});
$('#block-menu-menu-social-media, #block-menu-menu-get-involved').click(function(){
$(this).find('.menu').slideToggle();
});
$('.custom-dropdown-menu li.parent-item .fa').click(function(evt){
evt.stopPropagation();
$(this).toggleClass('fa-chevron-up fa-chevron-down');