mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
added filter for 10k results
This commit is contained in:
parent
7801089d91
commit
a0c54a7769
1 changed files with 5 additions and 0 deletions
|
@ -397,6 +397,11 @@ Object.keys(words).forEach((language) => {
|
|||
" "
|
||||
)}</div>`
|
||||
);
|
||||
if (language === "english_expanded") {
|
||||
$(".pageAccount .content .filterButtons .buttons.languages").append(
|
||||
`<div class="button" filter="english_10k">english 10k</div>`
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
let activeFilters = ["all"];
|
||||
|
|
Loading…
Reference in a new issue