mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
limting the amount of elements queried
This commit is contained in:
parent
7ade9bed21
commit
9cb7d3e2c9
1 changed files with 1 additions and 1 deletions
|
@ -950,7 +950,7 @@ function changeKeymapLayout(layout, nosave) {
|
|||
var _ = toReplace.splice(12, 1);
|
||||
var count = 0;
|
||||
|
||||
$(".letter")
|
||||
$(".keymap .letter")
|
||||
.map(function () {
|
||||
if (
|
||||
!this.parentElement.classList.contains("hidden-key") &&
|
||||
|
|
Loading…
Reference in a new issue