forked from MapComplete/MapComplete
Add bicycle tube vending machines
This commit is contained in:
parent
b9bcf801ef
commit
303485df7e
7 changed files with 50 additions and 13 deletions
|
@ -292,7 +292,10 @@ export class InitUiElements {
|
|||
|
||||
|
||||
const fullOptions2 = new FullWelcomePaneWithTabs();
|
||||
State.state.fullScreenMessage.setData({content: fullOptions2, hashText: "welcome"})
|
||||
if (Hash.hash.data === undefined) {
|
||||
State.state.fullScreenMessage.setData({content: fullOptions2, hashText: "welcome"})
|
||||
|
||||
}
|
||||
|
||||
Svg.help_svg()
|
||||
.SetClass("open-welcome-button")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue