Skip to content

Commit

Permalink
removed jQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-amy committed Jan 31, 2025
1 parent b26d2bb commit 5ad8170
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,3 @@ document.addEventListener("scroll", function () {
}
}
});

jQuery(document).ready(function ($) {
$("li.dropdown a").click(function (e) {
$(this).next("ul.dropdown-menu").css("display", "block");
e.stopPropagation();
});
});

0 comments on commit 5ad8170

Please sign in to comment.