mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-06 23:44:19 +08:00
made the punctuation filters always show at least one
This commit is contained in:
parent
1c3be40d95
commit
77704baae0
1 changed files with 4 additions and 0 deletions
|
|
@ -266,6 +266,10 @@ function toggleFilterButton(filter){
|
|||
let f = $(obj).attr('filter')
|
||||
disableFilterButton(f)
|
||||
})
|
||||
}else if(filter == "puncOff"){
|
||||
enableFilterButton("puncOn");
|
||||
}else if(filter == "puncOn"){
|
||||
enableFilterButton("puncOff");
|
||||
}
|
||||
disableFilterButton(filter);
|
||||
disableFilterButton('all');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue