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() {
try {
const response = await fetch('/config.json');
const response = await fetch('/config.json?v=1');
this.config = await response.json();
this.currentLang = this.getCurrentLanguage();