Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Hide geolocation link if not on HTTPS | Dave Arter | 2017-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 Somerville | 2017-11-15 | -3/+4 |
| | | | | Updated geolocation.js with concurrent changes. | |||
* | Factor out geolocation to pages that need it. | Matthew Somerville | 2017-11-15 | -0/+41 |