makehackvoid / mhvdb2

Replacement for MHVDB. Needs a better name.
MIT License
4 stars 7 forks source link

Update bootstrap and jquery versions #118

Open jamiereid opened 4 years ago

jamiereid commented 4 years ago

Bootstrap and jQuery are pulled in from their CDNs (see mhvdb2/templates/_layout.html).

Bootstrap is up to v4.3.1, we're using v3.1.1 jQuery is up to v3.4.1, we're using v1.11.0

This is almost definitely more work than just updating the URLs.