소스 검색

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;
         }
 
-        window._smartsupp = _smartsupp || {};
+        window._smartsupp = window._smartsupp || {};
         window._smartsupp.key = tarteaucitron.user.smartsuppKey;
         window.smartsupp = function() {
             window.smartsupp._.push(arguments)