Fix smartsupp
This commit is contained in:
parent
ef29a87e4e
commit
a051fb1b9c
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue