Update languagePicker.js
This commit is contained in:
parent
dd0e5ef00c
commit
8b14a43b68
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue