|
@@ -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,
|
|
|
+ });
|
|
|
+});
|