Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
maa17019 committed May 4, 2020
1 parent 7a98f7f commit 4f4605c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions index.html
Expand Up @@ -267,16 +267,7 @@

</div>

<script>
$(function() {
$('a[href*=#]').on('click', function(e) {
e.preventDefault();
$('html, body').animate({ scrollTop: $($(this).attr('href')).offset().top}, 500, 'linear');
});
});

</script>



<script>
///////////////////////////////////////////////////////
Expand Down

0 comments on commit 4f4605c

Please sign in to comment.