mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-22 13:53:04 +08:00
fixed practise words popup not showign
This commit is contained in:
parent
0b5e312897
commit
fbd58a3202
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ $(document).on("keypress", "#practiseWordsButton", (event) => {
|
|||
}
|
||||
});
|
||||
|
||||
$("#popups").on("click", "#practiseWordsButton", () => {
|
||||
$(".pageTest").on("click", "#practiseWordsButton", () => {
|
||||
showPopup();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue