Explorar el Código

Fix smartsupp

Amauri CHAMPEAUX hace 4 años
padre
commit
a051fb1b9c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tarteaucitron.services.js

+ 1 - 1
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)