Skip to content

Commit

Permalink
Merge pull request #113 from ThatConference/next/feature
Browse files Browse the repository at this point in the history
feature -> production
  • Loading branch information
theClarkSell committed Oct 18, 2023
2 parents a703181 + 9fc05f7 commit 72d5323
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thatconference.com",
"version": "5.1.1",
"version": "5.1.2",
"description": "THATConference.com website",
"main": "index.js",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
if (form.valid) {
va.track('form:emergency-contact:submitted');
}
window.scrollTo(0, 0);
}
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
invalidateAll();
va.track('form:public-profile:submitted');
}
window.scrollTo(0, 0);
}
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
invalidateAll();
va.track('form:public-profile:submitted');
}
window.scrollTo(0, 0);
}
});
Expand Down

1 comment on commit 72d5323

@vercel
Copy link

@vercel vercel bot commented on 72d5323 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.