Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cfunkz authored Mar 23, 2024
1 parent 06de381 commit 94de551
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,4 @@ $(document).ready(function() {
$('html, body').animate({scrollTop : 0},800);
return false;
});

$('.carousel-control-prev').click(function() {
$('#pics').carousel('prev');
});

$('.carousel-control-next').click(function() {
$('#pics').carousel('next');
});
});

0 comments on commit 94de551

Please sign in to comment.