Better English
This commit is contained in:
		
							parent
							
								
									6dd635ddf3
								
							
						
					
					
						commit
						afa85c4f57
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -54,8 +54,8 @@ if (app == 'misskey') {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
// Load an app script
 | 
			
		||||
// Note: 'async' makes can load the script asyncly.
 | 
			
		||||
//       'defer' makes can run the script when the dom loaded.
 | 
			
		||||
// Note: 'async' make it possible to load the script asyncly.
 | 
			
		||||
//       'defer' make it possible to run the script when the dom loaded.
 | 
			
		||||
const script = document.createElement('script');
 | 
			
		||||
script.setAttribute('src', `/assets/${app}.${VERSION}.${lang}.js`);
 | 
			
		||||
script.setAttribute('async', 'true');
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue