diff options
Diffstat (limited to 'dist')
-rw-r--r-- | dist/js/lang/bundle.js | 2 | ||||
-rw-r--r-- | dist/js/settings.js | 2 | ||||
-rw-r--r-- | dist/pages/about.html | 2 | ||||
-rw-r--r-- | dist/sw.js | 4 |
4 files changed, 6 insertions, 4 deletions
diff --git a/dist/js/lang/bundle.js b/dist/js/lang/bundle.js index 8d0d6b9..b5844d6 100644 --- a/dist/js/lang/bundle.js +++ b/dist/js/lang/bundle.js @@ -225,6 +225,7 @@ var langstrings = { recipientNotInDirectory: "recipient is not in directory.", chatExternalInfo: "you have just received a chat. Chats are not supported by GimSIS, so you must reply by changing the subject to something else. Chat body: ", // meals + loginError: "login error", loginToLopolis: "login to Lopolis", loginToLopolisNote: "it seems like you're not currently logged in to eRestavracija, so this form has been presented to you. You have a different username and password combination used for applying and opting out of of menus. In order to use this feature, you have to log in with your Lopolis account.", logInToLopolis: "log in to Lopolis", @@ -414,6 +415,7 @@ var langstrings = { recipientNotInDirectory: "izbrane osebe ni v imeniku", chatExternalInfo: "dobili ste kratko sporočilo v standardu, ki ga GimSIS ne podpira. Pri odgovarjanju spremenite zadevo. Vsebina sporočila: ", // meals + loginError: "napaka pri prijavi", loginToLopolis: "prijava v Lopolis", loginToLopolisNote: "izgleda, da niste prijavljeni v eRestavracijo, zato se vam je prikazal prijavni obrazec. Za uporavljanje s prehrano se uporablja druga kombinacija uporabniškega imena in gesla, zato se prijavite s svojimi Lopolis prijavnimi podatki za nadaljevanje.", logInToLopolis: "prijava v Lopolis", diff --git a/dist/js/settings.js b/dist/js/settings.js index 411a38e..9a76ea5 100644 --- a/dist/js/settings.js +++ b/dist/js/settings.js @@ -32,7 +32,7 @@ document.addEventListener("DOMContentLoaded", async () => { }).catch(() => {}); localforage.getItem("theme").then((value) => { - let selectedTheme = value ?? "sl"; + let selectedTheme = value ?? "themeLight"; $(`#option-${selectedTheme}`).attr("selected", true); }).catch(() => {}); diff --git a/dist/pages/about.html b/dist/pages/about.html index e919542..6dfb1ef 100644 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -143,7 +143,7 @@ <div class="row"> <p> <small> - ^HEAD c4599c626fc484703528743552dd8ff694fab7a6 + ^HEAD b2c1b20b7c90ea481082c82ca2dba0e0e907566b </p> </div> </div> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.13-beta-c4599c6"; -// latest commit is c4599c626fc484703528743552dd8ff694fab7a6 +const static_cache_name = "site-static-1.0.13-beta-b2c1b20"; +// latest commit is b2c1b20b7c90ea481082c82ca2dba0e0e907566b // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |