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()
|
e.preventDefault()
|
||||||
})
|
})
|
||||||
$("body").removeClass("loading")
|
$("body").removeClass("loading")
|
||||||
$(".menu-item-has-children").click(function(e){
|
$(".menu-item-has-children").click(function(){
|
||||||
e.preventDefault()
|
|
||||||
$(this).toggleClass("active")
|
$(this).toggleClass("active")
|
||||||
$(this).parent().parent().toggleClass("active")
|
$(this).parent().parent().toggleClass("active")
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user