Skip to content

Commit

Permalink
merge main and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelT372 committed Sep 3, 2024
2 parents 20c9348 + 2289d2a commit cc24002
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/engrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* ENGRID PAGE TEMPLATE ASSETS
*
* Date: Wednesday, August 14, 2024 @ 05:33:08 ET
* Date: Tuesday, September 3, 2024 @ 11:39:55 ET
* By: michael
* ENGrid styles: v0.18.18
* ENGrid scripts: v0.18.18
Expand Down
4 changes: 2 additions & 2 deletions dist/engrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* ENGRID PAGE TEMPLATE ASSETS
*
* Date: Wednesday, August 14, 2024 @ 05:33:08 ET
* Date: Tuesday, September 3, 2024 @ 11:39:55 ET
* By: michael
* ENGrid styles: v0.18.18
* ENGrid scripts: v0.18.18
Expand Down Expand Up @@ -22398,7 +22398,7 @@ const customScript = function (App, EnForm) {
const resubLink = document.querySelector(".resubscribe-block a.button");

if (resubLink) {
resubLink.href = resubLink.href + `?supporter.emailAddress=${unsubDetails.email}&autosubmit=Y&engrid_hide[engrid]=id`;
resubLink.href = resubLink.href + `?chain&autosubmit=Y&engrid_hide[engrid]=id`;
}

sessionStorage.removeItem("unsub_details");
Expand Down
2 changes: 1 addition & 1 deletion dist/engrid.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/engrid.min.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ export const customScript = function (App, EnForm) {
const resubLink = document.querySelector(".resubscribe-block a.button");
if (resubLink) {
resubLink.href =
resubLink.href +
`?supporter.emailAddress=${unsubDetails.email}&autosubmit=Y&engrid_hide[engrid]=id`;
resubLink.href + `?chain&autosubmit=Y&engrid_hide[engrid]=id`;
}
sessionStorage.removeItem("unsub_details");
}
Expand Down

0 comments on commit cc24002

Please sign in to comment.