From 49a923a82e45c7c2f7286f849361e64729e85af3 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 31 May 2018 10:55:37 -0400 Subject: [PATCH] testing deactivation of top level dropdown menu items --- js/custom.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/custom.js b/js/custom.js index f6c0406..1b509a9 100644 --- a/js/custom.js +++ b/js/custom.js @@ -176,4 +176,7 @@ jQuery(document).ready(function($){ }) } }); + $('.menu').children('li').children("a").on("click", function(e){ + e.preventDefault() + }) }); \ No newline at end of file -- 2.17.1