diff --git a/js/agency.js b/js/agency.js index 28d5104..9de09c8 100644 --- a/js/agency.js +++ b/js/agency.js @@ -21,6 +21,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(); -}); \ No newline at end of file +});