Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use our own Permalink class. | Matthew Somerville | 2020-01-10 | -5/+1 |
| | | | | | We are overriding quite a bit of it and not using other bits, so it will be less code to only have our own Control. | |||
* | Fix GoogleOL library to include GeoJSON, not KML. | Matthew Somerville | 2019-07-21 | -388/+307 |
| | | | | | The area display code was switched from KML to GeoJSON in 30426bc0 but this library was missed being updated to match. | |||
* | Move third party libraries into vendor directories | Matthew Somerville | 2017-05-23 | -0/+648 |
This makes the git hook that lints our own JavaScript easier, and keeps things more cleanly separated. We also remove unused third party libraries (select2 and jquery.placeholder). |