Skip to content

Commit

Permalink
closes #1015 for magento 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Jul 2, 2020
1 parent ce53970 commit 1db82f8
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 1db82f8

Please sign in to comment.