mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	yeahs
This commit is contained in:
		
							parent
							
								
									d022c58fc7
								
							
						
					
					
						commit
						b26b1f3f5f
					
				| @ -604,9 +604,21 @@ font-weight: 1000; | ||||
|         </div> | ||||
|                                      | ||||
|                  <script src="/css/custom-css.js"> </script> | ||||
|                               <script>      var cacheVersion = 1; | ||||
|        | ||||
|       caches.delete('offline-cache' + cacheVersion) | ||||
|                               <script>     if ('serviceWorker' in navigator) { | ||||
|   navigator.serviceWorker.getRegistrations().then(function(registrations) { | ||||
|     for (let registration of registrations) { | ||||
|       registration.unregister(); | ||||
|     } | ||||
|   }); | ||||
|   if ('caches' in window) { | ||||
|   caches.keys().then(function(cacheNames) { | ||||
|     cacheNames.forEach(function(cacheName) { | ||||
|       caches.delete(cacheName); | ||||
|     }); | ||||
|   }); | ||||
| } | ||||
| 
 | ||||
| } | ||||
| </script> | ||||
| 
 | ||||
|                                     </body> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley