mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	fix index js warning
This commit is contained in:
		| @@ -23,8 +23,10 @@ | ||||
| 		<script type="text/javascript"> | ||||
| 			setTimeout(() => { | ||||
| 				let warning = document.getElementsByClassName('warning').item(0) | ||||
| 				warning.classList.remove('hide') | ||||
| 				warning.classList.add('show') | ||||
| 				if (warning) { | ||||
| 					warning.classList.remove('hide') | ||||
| 					warning.classList.add('show') | ||||
| 				} | ||||
| 			}, 8000) | ||||
| 		</script> | ||||
| 		<style type="text/css"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon