A few minor fixes to website

- cut down on size of bootstrap.css file
- remove unecessary styles
- fixed typo in javascript comment
This commit is contained in:
Cecylia Bocovich 2019-10-15 09:26:31 -04:00
parent ab96817381
commit 93d3564109
3 changed files with 234 additions and 7988 deletions

View file

@ -71,7 +71,7 @@ fetch(`./_locales/${getLang()}/messages.json`)
});
});
// Populate language swticher list
// Populate language switcher list
availableLangs.forEach(function (lang) {
var languageList = document.getElementById('supported-languages');
var link = document.createElement('a');