Small fixes

This commit is contained in:
Pieter Vander Vennet 2021-02-20 02:09:41 +01:00
parent 416a76ae4f
commit b24290e464
4 changed files with 6 additions and 4 deletions

View file

@ -152,8 +152,9 @@ export class InitUiElements {
, State.state.featureSwitchGeolocation)
.AttachTo("geolocate-button");
updateFavs();
if (layoutToUse.id === personal.id) {
updateFavs();
}
InitUiElements.setupAllLayerElements();
if (layoutToUse.id === personal.id) {