Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move third party libraries into vendor directories | Matthew Somerville | 2017-05-23 | -3255/+0 |
| | | | | | | | | 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). | |||
* | Add a searchable dropdown of clinic names to postcode form | Struan Donald | 2014-04-08 | -0/+3255 |
uses select2 for the dropdown and a cobrand call to fetch the list of report titles as the clinic names. Relies on a redirect in httpd.conf to make the non JS version work. Still leaves the postcode search in place as select2 won't accept custom terms if you base it on a select box, which we want to do so it works if JavaScript is disabled Fixes #723 |