aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/html5shiv.js
Commit message (Collapse)AuthorAgeLines
* Move third party libraries into vendor directoriesMatthew Somerville2017-05-23-5/+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).
* Split up modernizr/html5shiv/yepnope.Matthew Somerville2016-08-16-0/+5
We only need html5shiv for <IE9, and we only use yepnope on the front page.