Fix bug
This commit is contained in:
		
							parent
							
								
									f83007a86d
								
							
						
					
					
						commit
						d0227b95f6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -89,7 +89,7 @@
 | 
			
		|||
		const meta = await res.json();
 | 
			
		||||
 | 
			
		||||
		// Compare versions
 | 
			
		||||
		if (meta.version != VERSION) {
 | 
			
		||||
		if (meta.version != ver) {
 | 
			
		||||
			alert(
 | 
			
		||||
				'Misskeyの新しいバージョンがあります。ページを再度読み込みします。' +
 | 
			
		||||
				'\n\n' +
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue