Skip to content

Commit

Permalink
Merge pull request #40 from kreinn/fix-scrolling-#39
Browse files Browse the repository at this point in the history
Fix broken scrolling animation
  • Loading branch information
silasmahler authored Apr 3, 2018
2 parents 1590f9c + 5ccb726 commit 2261cc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,6 @@ $( document ).ready(function() {
});
});

$('#slider_1').owlCarousel({
loop:true,
margin:10,
nav:false,
dots: true,
items: 1,
})
$('#test-slider').owlCarousel({
loop:true,
margin:10,
nav:false,
dots: true,
items: 1,
})

$("#contactForm").submit(function(e){

e.preventDefault();
Expand Down
2 changes: 1 addition & 1 deletion assets/js/script.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2261cc3

Please sign in to comment.