summaryrefslogtreecommitdiffstats
path: root/assets/js/themes.js
diff options
context:
space:
mode:
authorJonas <32615971+jonas-w@users.noreply.github.com>2022-02-25 19:29:12 +0100
committerGitHub <noreply@github.com>2022-02-25 19:29:12 +0100
commit6de449811d5b07d0d88b2de4670715251463948a (patch)
tree0878c2415ca1fd77acc45c821e63634904d3019d /assets/js/themes.js
parentf8b29674b2f09c46b74f435a485bebd04c8ce73d (diff)
parent081fd541afc9b2f9b821e0f8f4c66dda0839295c (diff)
downloadinvidious-6de449811d5b07d0d88b2de4670715251463948a.tar.gz
invidious-6de449811d5b07d0d88b2de4670715251463948a.tar.bz2
invidious-6de449811d5b07d0d88b2de4670715251463948a.zip
Merge branch 'iv-org:master' into verified-badge
Diffstat (limited to 'assets/js/themes.js')
-rw-r--r--assets/js/themes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/themes.js b/assets/js/themes.js
index 470f10bf..0214a7f0 100644
--- a/assets/js/themes.js
+++ b/assets/js/themes.js
@@ -77,7 +77,7 @@ function update_mode (mode) {
// If preference for dark mode indicated
set_mode(true);
}
- else if (mode === 'false' /* for backwards compaibility */ || mode === 'light') {
+ else if (mode === 'false' /* for backwards compatibility */ || mode === 'light') {
// If preference for light mode indicated
set_mode(false);
}