From a051fb1b9ceba88ab1f6341744723005b29542da Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Sat, 8 May 2021 10:38:21 +0200 Subject: [PATCH] Fix smartsupp --- tarteaucitron.services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)