mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 22:23:32 +08:00
Merge branch 'master' of https://github.com/dmartin-tech/monkey-type
This commit is contained in:
commit
f27709890e
1 changed files with 1 additions and 1 deletions
|
@ -806,7 +806,7 @@ function changeKeymapStyle(style, nosave) {
|
|||
$(".r5").addClass("matrixSpace");
|
||||
$("#KeyLeftBracket").addClass("hide-key");
|
||||
$("#KeyRightBracket").addClass("hide-key");
|
||||
$("#KeyQuote").addClass("hide-key");
|
||||
$("#KeyQuote").addClass("hide-key");
|
||||
}
|
||||
config.keymapStyle = style;
|
||||
if (!nosave) saveConfigToCookie();
|
||||
|
|
Loading…
Reference in a new issue