limting the amount of elements queried

This commit is contained in:
Jack 2020-09-08 23:08:45 +01:00
parent 7ade9bed21
commit 9cb7d3e2c9

View file

@ -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") &&