Skip to content

Commit

Permalink
decode & for facebook pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasPrt committed Jul 5, 2021
1 parent beb3ef8 commit 73b8c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/classes/SendinForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class SendinForm extends MultistepForm {
// @ts-ignore
if (window.dataLayer) {
// @ts-ignore
dataLayer.push({ 'event': 'sendin-device-success', 'sendin_device': this.responses[this.responseNumber].data.device });
dataLayer.push({ 'event': 'sendin-device-success', 'sendin_device': this.responses[this.responseNumber].data.device.replace('&', '&') });
}

// Move to the next step in form
Expand Down

0 comments on commit 73b8c6f

Please sign in to comment.