Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabrams7 authored Dec 16, 2023
1 parent 26217b0 commit b491c35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ $(document).ready(function () {
$(".navbar .menu li a").click(function () {
// applying again smooth scroll on menu items click
$("html").css("scrollBehavior", "smooth");
event.preventDefault();
});

// toggle menu/navbar script
Expand Down

0 comments on commit b491c35

Please sign in to comment.