Scope bilinguality code
This commit is contained in:
parent
1cbe6588e4
commit
208e7d8958
@ -1,3 +1,4 @@
|
|||||||
|
(function module() {
|
||||||
// A list of all sections.
|
// A list of all sections.
|
||||||
let sectionList;
|
let sectionList;
|
||||||
|
|
||||||
@ -201,3 +202,4 @@ function readUserPreferences() {
|
|||||||
function writeUserPreferences() {
|
function writeUserPreferences() {
|
||||||
localStorage.setItem(STORAGE_LANGUAGE_PREFERENCE_KEY, currentLanguage);
|
localStorage.setItem(STORAGE_LANGUAGE_PREFERENCE_KEY, currentLanguage);
|
||||||
}
|
}
|
||||||
|
})()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user