Skip to content

Commit

Permalink
Merge pull request #1019 from mailchimp/issue1015-2.3
Browse files Browse the repository at this point in the history
closes #1015 for magento 2.3
  • Loading branch information
gonzaloebiz authored Jul 2, 2020
2 parents c00f42c + 5efb540 commit b45bac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/web/js/campaigncatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ define(
urlparams = self.getUrlVars();
urlparams.forEach(function (item) {
if (item.key=='utm_source') {
var reg = /^mailchimp$/;z
var reg = /^mailchimp$/;
if (reg.exec(item.value)) {
isMailchimp = true;
}
Expand Down

0 comments on commit b45bac2

Please sign in to comment.