Skip to content

Commit

Permalink
Try updated slick function
Browse files Browse the repository at this point in the history
  • Loading branch information
ghutchis committed May 23, 2022
1 parent 840bcac commit 0ddc77a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
<script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script>
<script type="text/javascript">
window.addEventListener('DOMContentLoaded', function() {
(function($) {
$(document).ready(function(){
$('.slides').slick({
lazyLoad: 'progressive',
Expand All @@ -30,8 +28,6 @@
focusOnSelect: true
});
});
})(jQuery);
});
</script>
{% endif %}

Expand Down

0 comments on commit 0ddc77a

Please sign in to comment.