forked from MapComplete/MapComplete
		
	Load nearby image and image:* images from server for the nearby images
This commit is contained in:
		
							parent
							
								
									9a4572cdfa
								
							
						
					
					
						commit
						caa2e18a03
					
				
					 10 changed files with 206 additions and 72 deletions
				
			
		|  | @ -28,11 +28,11 @@ | |||
|     return true | ||||
|   }) | ||||
| 
 | ||||
|   $: title = new Translation( | ||||
|   $: title = Translations.T( | ||||
|     theme.title, | ||||
|     !isCustom && !theme.mustHaveLanguage ? "themes:" + theme.id + ".title" : undefined | ||||
|   ) | ||||
|   $: description = new Translation(theme.shortDescription) | ||||
|   $: description = Translations.T(theme.shortDescription) | ||||
| 
 | ||||
|   // TODO: Improve this function | ||||
|   function createUrl( | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue