From 02e3c5a46f375357dbd840ca1e23c0d37d26523d Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 17 Oct 2022 14:23:20 +0200 Subject: [PATCH] incorrect parent element --- frontend/src/ts/popups/custom-text-popup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });