incorrect parent element

This commit is contained in:
Miodec 2022-10-17 14:23:20 +02:00
parent 37a56b11e3
commit 02e3c5a46f

View file

@ -241,7 +241,7 @@ $("#popups").on("click", `${popup} .wordfilter`, () => {
WordFilterPopup.show();
});
$("#popups").on("click", "#testConfig .customText .textButton", () => {
$(".pageTest").on("click", "#testConfig .customText .textButton", () => {
show();
});