mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 05:35:05 +08:00
fixed a typo that would cause an error while saving the config to db
This commit is contained in:
parent
36743ca684
commit
ef42413698
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ function toggleQuickTabMode() {
|
|||
|
||||
//numbers
|
||||
function setNumbers(numb, nosave) {
|
||||
config.number = numb;
|
||||
config.numbers = numb;
|
||||
if (!config.numbers) {
|
||||
$("#top .config .numbersMode .text-button").removeClass("active");
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue