tweak boot.js
This commit is contained in:
		
							parent
							
								
									10f4815d34
								
							
						
					
					
						commit
						f2e91f4d62
					
				
					 1 changed files with 8 additions and 6 deletions
				
			
		|  | @ -56,12 +56,14 @@ | ||||||
| 	//#endregion
 | 	//#endregion
 | ||||||
| 
 | 
 | ||||||
| 	//#region Script
 | 	//#region Script
 | ||||||
|  | 	window.addEventListener('DOMContentLoaded', () => { | ||||||
| 		import(`/assets/${CLIENT_ENTRY}`) | 		import(`/assets/${CLIENT_ENTRY}`) | ||||||
| 			.catch(async e => { | 			.catch(async e => { | ||||||
| 				await checkUpdate(); | 				await checkUpdate(); | ||||||
| 				console.error(e); | 				console.error(e); | ||||||
| 				renderError('APP_IMPORT', e); | 				renderError('APP_IMPORT', e); | ||||||
| 		}) | 			}); | ||||||
|  | 	}); | ||||||
| 	//#endregion
 | 	//#endregion
 | ||||||
| 
 | 
 | ||||||
| 	//#region Theme
 | 	//#region Theme
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue