fixed practise words popup not showign

This commit is contained in:
Miodec 2022-10-17 20:08:21 +02:00
parent 0b5e312897
commit fbd58a3202

View file

@ -179,7 +179,7 @@ $(document).on("keypress", "#practiseWordsButton", (event) => {
}
});
$("#popups").on("click", "#practiseWordsButton", () => {
$(".pageTest").on("click", "#practiseWordsButton", () => {
showPopup();
});