Commit 4b7351dc by rajshah

menu not clicking issue fixed

parent 0776eabd
......@@ -375,7 +375,7 @@
selector: "[data-toggle=tooltip]",
placement: "bottom",
});
$(".menu-item-has-children a").on("click", function (e) {
$(".menu-item-has-children > a").on("click", function (e) {
e.preventDefault();
$(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