diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 78032d7..c663a55 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -82,7 +82,7 @@ tarteaucitron.services.smartsupp = { return; } - window._smartsupp = _smartsupp || {}; + window._smartsupp = window._smartsupp || {}; window._smartsupp.key = tarteaucitron.user.smartsuppKey; window.smartsupp = function() { window.smartsupp._.push(arguments)