Commit 4b7351dc by rajshah

menu not clicking issue fixed

parent 0776eabd
...@@ -375,7 +375,7 @@ ...@@ -375,7 +375,7 @@
selector: "[data-toggle=tooltip]", selector: "[data-toggle=tooltip]",
placement: "bottom", placement: "bottom",
}); });
$(".menu-item-has-children a").on("click", function (e) { $(".menu-item-has-children > a").on("click", function (e) {
e.preventDefault(); e.preventDefault();
$(this).parent().toggleClass("show"); $(this).parent().toggleClass("show");
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment