mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 23:41:01 +00:00
chore: update app.js.template
minor fix
This commit is contained in:
parent
90670ffdf0
commit
1aa4b7d79b
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ function getPreferredColorScheme(){
|
||||||
}
|
}
|
||||||
|
|
||||||
// Write chosen color scheme to local storage
|
// Write chosen color scheme to local storage
|
||||||
// Unless the system scheme matches the the stored scheme, in which case... remove from local storage
|
// Unless the system scheme matches the stored scheme, in which case... remove from local storage
|
||||||
function savePreferredColorScheme(scheme){
|
function savePreferredColorScheme(scheme){
|
||||||
var systemScheme = 'light';
|
var systemScheme = 'light';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue