From dbb621cf007277597a39d0dec72193f81cc0d0a7 Mon Sep 17 00:00:00 2001 From: sijanec Date: Sun, 17 May 2020 17:37:27 +0200 Subject: install --- dist/js/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/js/settings.js') 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(() => {}); -- cgit v1.2.3