testing deactivation of top level dropdown menu items
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 May 2018 14:55:37 +0000 (10:55 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 May 2018 14:55:37 +0000 (10:55 -0400)
js/custom.js

index f6c0406..1b509a9 100644 (file)
@@ -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