kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			Update activity.js
							rodzic
							
								
									698d3a48c3
								
							
						
					
					
						commit
						08a96d4726
					
				| 
						 | 
				
			
			@ -1,10 +1,4 @@
 | 
			
		|||
$(document).ready(function() {
 | 
			
		||||
  $('.pagination').hide();
 | 
			
		||||
  let elem = document.querySelector('.notification-page .list-group');
 | 
			
		||||
  let infScroll = new InfiniteScroll( elem, {
 | 
			
		||||
    path: '.pagination__next',
 | 
			
		||||
    append: '.notification-page .list-group',
 | 
			
		||||
    status: '.page-load-status',
 | 
			
		||||
    history: true,
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
Vue.component(
 | 
			
		||||
    'activity-component',
 | 
			
		||||
    require('./components/Activity.vue').default
 | 
			
		||||
);
 | 
			
		||||
		Ładowanie…
	
		Reference in New Issue