Skip to content

Commit

Permalink
feat: add generate gtag event for iz generate button
Browse files Browse the repository at this point in the history
  • Loading branch information
linjiX committed Mar 19, 2024
1 parent c6ea01a commit b49025b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/infinite-zoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function exportPrompts(cppre,p, cpsuf,np, filename = "infinite-zoom-prompts.json
}

async function iz_submit() {
addGenerateGtagEvent("#iz_submit_button > span", "#iz_generate_button");
await tierCheckButtonInternal("InfiniteZoom");

var id = randomId();
Expand Down

0 comments on commit b49025b

Please sign in to comment.