mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-02 06:26:27 -04:00
Fix typos
This commit is contained in:
parent
df599c0fc3
commit
7e4690e43c
11 changed files with 35 additions and 35 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue