Scope bilinguality code

This commit is contained in:
Linux User 2021-02-18 18:53:01 +01:00
parent 1cbe6588e4
commit 208e7d8958

View File

@ -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);
} }
})()