Important fix for menu item not able to be visited due to e.preventDefault.
This commit is contained in:
parent
24d8b81e06
commit
bf6551ad93
@ -7,8 +7,7 @@ jQuery(document).ready(function($){
|
||||
e.preventDefault()
|
||||
})
|
||||
$("body").removeClass("loading")
|
||||
$(".menu-item-has-children").click(function(e){
|
||||
e.preventDefault()
|
||||
$(".menu-item-has-children").click(function(){
|
||||
$(this).toggleClass("active")
|
||||
$(this).parent().parent().toggleClass("active")
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user