Update languagePicker.js

This commit is contained in:
Daniel Supernault 2025-01-13 22:41:20 -07:00
parent dd0e5ef00c
commit 8b14a43b68

View file

@ -6,7 +6,7 @@ class LanguagePicker {
async init() { async init() {
try { try {
const response = await fetch('/config.json'); const response = await fetch('/config.json?v=1');
this.config = await response.json(); this.config = await response.json();
this.currentLang = this.getCurrentLanguage(); this.currentLang = this.getCurrentLanguage();