This commit is contained in:
2025-11-13 11:24:23 +01:00
parent 35e6b82422
commit 49071af479
5 changed files with 66 additions and 18 deletions

View File

@@ -94,18 +94,19 @@
var _smartsupp = _smartsupp || {};
_smartsupp.key = '0d334d3fee8a20124724fb0e40e42cb00d98a537';
_smartsupp.color = '#e78c32';
_smartsupp.offsetX = 100; // move along the X axis by 100 pixels
_smartsupp.offsetX = 40; // move along the X axis by 100 pixels
_smartsupp.offsetY = 38;
window.smartsupp || (function(d) {
var s, c, o = smartsupp = function() { o._.push(arguments) };
o._ = [];
s = d.getElementsByTagName('script')[0];
c = d.createElement('script');
c.type = 'text/javascript';
c.charset = 'utf-8';
c.async = true;
c.src = 'https://www.smartsuppchat.com/loader.js?';
s.parentNode.insertBefore(c, s);
window.smartsupp||(function(d) {
var s,c,o=smartsupp=function(){ o._.push(arguments) };
o._=[];
s=d.getElementsByTagName('script')[0];
c=d.createElement('script');
c.type='text/javascript';
c.charset='utf-8';
c.async=true;
c.src='https://www.smartsuppchat.com/loader.js?';
s.parentNode.insertBefore(c,s);
})(document);
</script>
{/literal}