Skip to content

Commit

Permalink
update www/src/plugins/admob.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jan 6, 2025
1 parent 8351910 commit 95b4401
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions www/src/plugins/admob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ $(() => {
console.log("Error initializing AdMob: ", err.message);
});

$("#start_game").on("click", () => $show_banner());
$("#form_button").on("click", () => {
$show_banner();
$show_video();
});

$("#game_exit").on("click", () => $hide_banner());
});
});

0 comments on commit 95b4401

Please sign in to comment.