mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-08 22:50:00 +08:00
fix logic operator in commandline.js
This commit is contained in:
parent
e74cc09239
commit
442da447b7
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ $(document).ready(e => {
|
|||
}else{
|
||||
hideCommandLine();
|
||||
}
|
||||
if (config.customTheme = true) {
|
||||
if (config.customTheme === true) {
|
||||
setCustomTheme();
|
||||
}else{
|
||||
setTheme(config.theme)
|
||||
|
|
Loading…
Add table
Reference in a new issue