mirror of
				https://github.com/Alamantus/Lexiconga.git
				synced 2025-10-31 16:36:45 +01:00 
			
		
		
		
	Fix typo in Sync preventing publicLink from being set
This commit is contained in:
		
							parent
							
								
									ac2d1b63c8
								
							
						
					
					
						commit
						d96817b485
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -100,7 +100,7 @@ export function uploadWholeDictionary(asNew = false) { | |||
|       dictionary, | ||||
|     }, remoteId => { | ||||
|       window.currentDictionary.externalID = remoteId; | ||||
|       dictionary.getElementById('publicLink').value = document.domain + window.location.pathname + remoteId.toString(); | ||||
|       document.getElementById('publicLink').value = document.domain + window.location.pathname + remoteId.toString(); | ||||
|       saveDictionary(false); | ||||
|       addMessage('Dictionary Uploaded Successfully'); | ||||
|       renderChangeDictionaryOptions(); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue