Add an option to not send the data to atinternet #631
tarteaucitron.user.atinternetSendData = false;
This commit is contained in:
parent
47e87eb4d7
commit
4cf393cd40
|
|
@ -3201,7 +3201,9 @@ tarteaucitron.services.atinternet = {
|
|||
window.tag.privacy.setVisitorOptin();
|
||||
}
|
||||
|
||||
if (tarteaucitron.user.atinternetSendData !== false) {
|
||||
window.tag.page.send();
|
||||
}
|
||||
});
|
||||
},
|
||||
"fallback": function () {
|
||||
|
|
@ -3228,7 +3230,9 @@ tarteaucitron.services.atinternet = {
|
|||
}
|
||||
}
|
||||
|
||||
if (tarteaucitron.user.atinternetSendData !== false) {
|
||||
window.tag.page.send();
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue