diff --git a/frontend/src/ts/popups/custom-text-popup.ts b/frontend/src/ts/popups/custom-text-popup.ts index a3d4c2777..c9b6c708b 100644 --- a/frontend/src/ts/popups/custom-text-popup.ts +++ b/frontend/src/ts/popups/custom-text-popup.ts @@ -241,7 +241,7 @@ $("#popups").on("click", `${popup} .wordfilter`, () => { WordFilterPopup.show(); }); -$("#popups").on("click", "#testConfig .customText .textButton", () => { +$(".pageTest").on("click", "#testConfig .customText .textButton", () => { show(); });