mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	remove this to optimize cpu
This commit is contained in:
		
							parent
							
								
									4436f1dfdf
								
							
						
					
					
						commit
						09aab0784a
					
				| @ -1823,20 +1823,6 @@ if (/[?&]autoplay=/.test(location.search)) { | ||||
| } | ||||
|  <% } %> | ||||
|    | ||||
| const lazyElements = document.querySelectorAll('*'); | ||||
| 
 | ||||
| const observer = new IntersectionObserver((entries, observer) => { | ||||
|   entries.forEach(entry => { | ||||
|     if (entry.isIntersecting) { | ||||
|       entry.target.classList.add('loaded'); | ||||
|       observer.unobserve(entry.target); | ||||
|     } | ||||
|   }); | ||||
| }); | ||||
| 
 | ||||
| lazyElements.forEach(element => { | ||||
|   observer.observe(element); | ||||
| }); | ||||
| 
 | ||||
| </script> | ||||
|      <script> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley ////
						Ashley ////