fix clicky tracking image
If the visitor has JavaScript disabled, clicky still tracks the visit by having the browser load a gif that's specific to the site id in the tracking code.
This commit is contained in:
parent
4c29c7ed76
commit
1580fb232d
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ clicky_site_ids.push({{ site.JB.analytics.getclicky.site_id }});
|
||||||
( document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0] ).appendChild( s );
|
( document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0] ).appendChild( s );
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/66527741ns.gif" /></p></noscript>
|
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/{{ site.JB.analytics.getclicky.site_id }}ns.gif" /></p></noscript>
|
||||||
|
|
Loading…
Add table
Reference in a new issue