Save
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user