Fix smartsupp

This commit is contained in:
Amauri CHAMPEAUX 2021-05-08 10:38:21 +02:00
parent ef29a87e4e
commit a051fb1b9c
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ tarteaucitron.services.smartsupp = {
return; return;
} }
window._smartsupp = _smartsupp || {}; window._smartsupp = window._smartsupp || {};
window._smartsupp.key = tarteaucitron.user.smartsuppKey; window._smartsupp.key = tarteaucitron.user.smartsuppKey;
window.smartsupp = function() { window.smartsupp = function() {
window.smartsupp._.push(arguments) window.smartsupp._.push(arguments)