chore(website): fixed pardot action
This commit is contained in:
parent
dd3650f465
commit
863c9a5132
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
url: $url.val()
|
||||
}
|
||||
}).done(function() {
|
||||
pardotAppendIframe('https://goto.algolia.com/l/139121/2016-08-05/ldp67?email=' + encodeURIComponent($email.val()) + '&website=' + encodeURIComponent($url.val()));
|
||||
pardotAppendIframe('https://go.pardot.com/l/139121/2016-08-05/ldp67?email=' + encodeURIComponent($email.val()) + '&website=' + encodeURIComponent($url.val()));
|
||||
$email.val('');
|
||||
$url.val('');
|
||||
$button.text('Thank you!');
|
||||
|
|
|
|||
Loading…
Reference in a new issue