Compare commits
2 Commits
8041e3eb4d
...
baadc67fcf
| Author | SHA1 | Date | |
|---|---|---|---|
| baadc67fcf | |||
| bc16aea3a4 |
@@ -36,7 +36,7 @@ function SendRegistrationForm(el, user_id){
|
||||
window.sessionStorage.removeItem('mailingSubscribeRequired')
|
||||
window.sessionStorage.removeItem('email')
|
||||
|
||||
fbq('track', 'Contact');
|
||||
// fbq('track', 'Contact');
|
||||
|
||||
|
||||
ttq.identify({
|
||||
@@ -68,7 +68,7 @@ function SendRegistrationForm(el, user_id){
|
||||
|
||||
},
|
||||
error: function (data, exception){
|
||||
document.querySelector(".register").innerHTML = data.responseText
|
||||
document.querySelector(".register").innerHTML = data.responseJSON.html
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user