mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-11 06:31:51 +08:00
removed return
This commit is contained in:
parent
0917be20cc
commit
db1d303dc7
1 changed files with 0 additions and 1 deletions
|
|
@ -817,7 +817,6 @@ $("#top #menu").on("click", ".textButton", (e) => {
|
|||
if ($(e.currentTarget).hasClass("leaderboards")) {
|
||||
show();
|
||||
}
|
||||
return false;
|
||||
});
|
||||
|
||||
$(document).on("keypress", "#top #menu .textButton", (e) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue