diff options
Diffstat (limited to 'src/components/PredictedSpaceWeather.svelte')
-rw-r--r-- | src/components/PredictedSpaceWeather.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/PredictedSpaceWeather.svelte b/src/components/PredictedSpaceWeather.svelte index a420401..b350d3c 100644 --- a/src/components/PredictedSpaceWeather.svelte +++ b/src/components/PredictedSpaceWeather.svelte @@ -70,6 +70,7 @@ } function locationError(err) { + locationSupported = false noLocation() } |