mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
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:
parent
ab96817381
commit
93d3564109
3 changed files with 234 additions and 7988 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue