Add timeline.js

pull/9/head
Daniel Supernault 6 years ago
parent 6c9675a74d
commit 993f831867

@ -0,0 +1,9 @@
$(document).ready(function() {
$('.pagination').hide();
let elem = document.querySelector('.timeline-feed');
let infScroll = new InfiniteScroll( elem, {
path: '.pagination__next',
append: '.timeline-feed',
history: false,
});
});
Loading…
Cancel
Save