mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
incorrect parent element
This commit is contained in:
parent
37a56b11e3
commit
02e3c5a46f
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ $("#popups").on("click", `${popup} .wordfilter`, () => {
|
|||
WordFilterPopup.show();
|
||||
});
|
||||
|
||||
$("#popups").on("click", "#testConfig .customText .textButton", () => {
|
||||
$(".pageTest").on("click", "#testConfig .customText .textButton", () => {
|
||||
show();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue