aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/geolocation.js
Commit message (Collapse)AuthorAgeLines
* Hide geolocation link if not on HTTPSDave Arter2017-11-24-1/+2
| | | | | | | Modern browsers disable geolocation on non-HTTPS pages, but sadly still report it as available with the `navigator.geolocation` object. This commit adds a check for HTTPS and hides the link if it won’t work.
* Merge branch '1901-js-deferring'Matthew Somerville2017-11-15-3/+4
| | | | Updated geolocation.js with concurrent changes.
* Factor out geolocation to pages that need it.Matthew Somerville2017-11-15-0/+41