diff --git a/dist/bootstrap-better-nav.js b/dist/bootstrap-better-nav.js index 3430eb2..f7f0ef7 100644 --- a/dist/bootstrap-better-nav.js +++ b/dist/bootstrap-better-nav.js @@ -53,7 +53,7 @@ $(function() { // Hide the menu when the overlay element is clicked. - overlay.on('click', function(e) { + sideMenu.on('click', function(e) { slideOut(); });