forked from MapComplete/MapComplete
		
	Small fixes, add geolocation feature switch
This commit is contained in:
		
							parent
							
								
									97a69ff903
								
							
						
					
					
						commit
						de9bb13568
					
				
					 6 changed files with 38 additions and 6 deletions
				
			
		
							
								
								
									
										2
									
								
								index.ts
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								index.ts
									
										
									
									
									
								
							|  | @ -166,7 +166,7 @@ InitUiElements.OnlyIf(State.state.featureSwitchWelcomeMessage, () => { | |||
|     InitUiElements.InitWelcomeMessage() | ||||
| }); | ||||
| 
 | ||||
| if ((window != window.top && !State.state.featureSwitchWelcomeMessage) || State.state.featureSwitchIframe.data) { | ||||
| if ((window != window.top && !State.state.featureSwitchWelcomeMessage.data) || State.state.featureSwitchIframe.data) { | ||||
|     new FixedUiElement(`<a href='${window.location}' target='_blank'><span class='iframe-escape'><img src='assets/pop-out.svg'></span></a>`).AttachTo("top-right") | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue