From b657368c731b18f95e905bf4a7e656bdf90b7fce Mon Sep 17 00:00:00 2001 From: Vibhor Mahajan Date: Mon, 22 Feb 2016 11:44:41 -0800 Subject: [PATCH] Fix to the problem with click on submenu link As suggested in the comment from Garric15 in the issue https://github.com/gilbitron/Dropit/issues/18 --- dropit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropit.js b/dropit.js index 8106db4..a360d3d 100644 --- a/dropit.js +++ b/dropit.js @@ -32,7 +32,7 @@ settings.beforeHide.call(this); $(this).parents(settings.triggerParentEl).removeClass('dropit-open').find(settings.submenuEl).hide(); settings.afterHide.call(this); - return false; + return; } // Hide open menus