mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 11:07:07 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			317 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			317 B
		
	
	
	
		
			Python
		
	
	
	
	
	
from flask_babel import gettext
 | 
						|
 | 
						|
name = gettext('Infinite scroll')
 | 
						|
description = gettext('Automatically load next page when scrolling to bottom of current page')
 | 
						|
default_on = False
 | 
						|
preference_section = 'ui'
 | 
						|
 | 
						|
js_dependencies = ('plugins/js/infinite_scroll.js',)
 | 
						|
css_dependencies = ('plugins/css/infinite_scroll.css',)
 |