Sprach- und Stadt-Wechsel geht wieder
This commit is contained in:
@@ -7,5 +7,9 @@ if (!selectedLang) {
|
||||
} else {
|
||||
currentLang = selectedLang
|
||||
}
|
||||
window.location.href = '/?lng=' + currentLang
|
||||
if (sensorid !== '') {
|
||||
window.location.href = `/${sensorid}?lng=${currentLang}`
|
||||
} else {
|
||||
window.location.href = `?lng=${currentLang}`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user