Make sure the welcomemessage shows up if the hash is #welcome
This commit is contained in:
parent
43085392d6
commit
ea718a4df5
1 changed files with 1 additions and 3 deletions
|
@ -257,9 +257,7 @@ export class InitUiElements {
|
|||
isOpened.setData(false);
|
||||
}
|
||||
})
|
||||
isOpened.setData(Hash.hash.data === undefined || Hash.hash.data === "")
|
||||
|
||||
|
||||
isOpened.setData(Hash.hash.data === undefined || Hash.hash.data === "" || Hash.hash.data == "welcome")
|
||||
}
|
||||
|
||||
private static InitLayerSelection() {
|
||||
|
|
Loading…
Reference in a new issue