Skip to content
Snippets Groups Projects
Commit b55306b6 authored by David Miller's avatar David Miller
Browse files

dropdown fix

parent baecf02a
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,6 @@ $('body').scrollspy({
})
// Closes the Responsive Menu on Menu Item Click
$('.navbar-collapse ul li a').click(function() {
$('.navbar-collapse ul li a:not(.dropdown-toggle)').click(function() {
$('.navbar-toggle:visible').click();
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment