浏览代码

Fix smartsupp

Amauri CHAMPEAUX 4 年之前
父节点
当前提交
a051fb1b9c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tarteaucitron.services.js

+ 1 - 1
tarteaucitron.services.js

@@ -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)