Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix/tidy front-only hover behaviour. | Matthew Somerville | 2018-05-02 | -0/+7 |
| | ||||
* | Add js=1 to links to /around from the front page | Dave Arter | 2017-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 Somerville | 2017-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. |