mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 01:15:49 +08:00
fix(config): changed extra console log and html characters display
This commit is contained in:
parent
33429969d5
commit
a703a7123a
2 changed files with 2 additions and 3 deletions
|
@ -1294,7 +1294,6 @@ export function setKeymapLegendStyle(style, nosave) {
|
|||
}
|
||||
|
||||
export function setKeymapStyle(style, nosave) {
|
||||
console.log("keymap style", style);
|
||||
$(".keymap").removeClass("matrix");
|
||||
$(".keymap").removeClass("split");
|
||||
$(".keymap").removeClass("split_matrix");
|
||||
|
|
|
@ -2786,7 +2786,7 @@
|
|||
tabindex="0"
|
||||
onclick="this.blur();"
|
||||
>
|
||||
UPPERCASE
|
||||
uppercase
|
||||
</div>
|
||||
<div
|
||||
class="button"
|
||||
|
@ -2794,7 +2794,7 @@
|
|||
tabindex="0"
|
||||
onclick="this.blur();"
|
||||
>
|
||||
|
||||
blank
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue