remove unused param

This commit is contained in:
Miodec 2022-07-12 13:30:21 +02:00
parent b9973f1277
commit c37c43526c

View file

@ -32,6 +32,6 @@ $(".pageTest #watchVideoAdButton").on("click", () => {
show();
});
$("#videoAdPopup .button").on("click", (e) => {
$("#videoAdPopup .button").on("click", () => {
hide();
});