aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/front.js
Commit message (Collapse)AuthorAgeLines
* Add js=1 to links to /around from the front pageDave Arter2017-11-24-0/+5
| | | | | | The location disambiguation page uses the frontpage JavaScript and has lots of links pointing to /around, so the code should make sure those links include the `js` parameter.
* Have front page load minimal JS necessary.Matthew Somerville2017-11-15-0/+13
By creating a small file with only what is needed (focus, js flagging), we can drop loading jQuery and all the application JavaScript on the front page, prefetching them instead.