Skip to content

Commit

Permalink
Made the radio buttons for the geolocation api work
Browse files Browse the repository at this point in the history
  • Loading branch information
LAURAilway committed Jun 26, 2024
1 parent 1a0668a commit f00cf55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<radiogroup id="geolocationRadioGroup" preference="geo.provider.network.url">
<radio value="https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%"
data-l10n-id="geolocation-api-enabled" />
<radio value="" data-l10n-id="geolocation-api-disabled" />
<radio value=" " data-l10n-id="geolocation-api-disabled" />
</radiogroup>
</groupbox>
#endif
Expand Down

0 comments on commit f00cf55

Please sign in to comment.